aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/icecat-avoid-bundled-libraries.patch
blob: 114631517ae7f96c68d06caa3809aa827020b4b8 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Fixes needed when avoiding bundled libraries.

--- icecat-52.0.2/xpcom/build/moz.build.orig
+++ icecat-52.0.2/xpcom/build/moz.build
@@ -93,10 +93,5 @@
     '/docshell/base',
 ]
 
-if CONFIG['MOZ_VPX']:
-    LOCAL_INCLUDES += [
-        '/media/libvpx',
-    ]
-
 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
     CXXFLAGS += CONFIG['TK_CFLAGS']
--- icecat-52.0.2/storage/moz.build.orig
+++ icecat-52.0.2/storage/moz.build
@@ -114,7 +114,6 @@
     DEFINES['MOZ_MEMORY_TEMP_STORE_PRAGMA'] = True
 
 LOCAL_INCLUDES += [
-    '/db/sqlite3/src',
     '/dom/base',
 ]
 
--- icecat-52.0.2/dom/indexedDB/moz.build.orig
+++ icecat-52.0.2/dom/indexedDB/moz.build
@@ -101,7 +101,6 @@
     CXXFLAGS += ['-Wno-error=shadow']
 
 LOCAL_INCLUDES += [
-    '/db/sqlite3/src',
     '/dom/base',
     '/dom/storage',
     '/dom/workers',
...Maxim Cournoyer 2022-01-10gnu: glib: Fix cross-compilation....Maxim Cournoyer 2022-01-10gnu: gobject-introspection: Unconditionally use flex and bison....Maxim Cournoyer 2021-12-17gnu: telepathy-glib: Update to 0.24.2....Liliana Marie Prikler 2021-12-13gnu: Further simplify package inputs....Ludovic Courtès 2021-12-13gnu: Simplify package inputs....Ludovic Courtès 2021-11-12gnu: appstream-glib: Fix build....Vivien Kraus 2021-11-11gnu: glib: Update to 2.70, specify a bindir prefix and hide package....Maxim Cournoyer 2021-11-11gnu: dbus-c++: Fix build....Maxim Cournoyer 2021-11-11Revert commits made to resolve a gdk-pixbuf+svg propagation issue....Maxim Cournoyer 2021-11-11gnu: python-pygobject: Update to 3.40.1....Raghav Gururajan 2021-11-11gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf....Maxim Cournoyer 2021-09-22gnu: glib: Actually skip tests that fail on i686....Ludovic Courtès 2021-09-20gobject-introspection: Correct library name when cross-compiling....Maxime Devos 2021-09-20gobject-introspection: Fix inputs when cross-compiling....Maxime Devos 2021-09-20gnu: gobject-introspection: Don't build introspection data when cross-compiling....Maxime Devos 2021-09-20gnu: dbus-glib: Support cross-compilation....Maxime Devos 2021-09-15gnu: glib: Avoid timer.c test failure on i686-linux....Ludovic Courtès 2021-08-29gnu: python-pygobject: Extend test timeout....Efraim Flashner 2021-07-27gnu: appstream-glib: Fix failing tests....Maxime Devos 2021-08-19gnu: glib: Update to 2.68.3....Mathieu Othacehe 2021-07-24gnu: Use 'search-input-file' when looking for executables....Ludovic Courtès 2021-07-24gnu: Use 'search-input-directory' when looking for tzdata....Ludovic Courtès 2021-07-23gnu: glib: Remove unused input....Marius Bakke 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-14glib: Look up "tzdata" in 'native-inputs', not 'inputs'....Maxime Devos 2021-07-14glib: Verify the cross-compiled python is used in installed scripts....Maxime Devos 2021-07-14glib: Use a correct python in scripts when cross-compiling....Maxime Devos 2021-07-04gnu: Add perl-glib-object-introspection....Raghav Gururajan 2021-07-04gnu: perl-glib: Propagate glib....Raghav Gururajan