unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 56b26370234eb6e7c978e64f794e903e34aa20f9 872 bytes (raw)
name: gnu/packages/patches/icedove-avoid-bundled-libraries.patch 	 # note: path name is non-authoritative(*)

 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.

--- icedove-52.7.0/mozilla/xpcom/build/moz.build.orig
+++ icedove-52.7.0/mozilla/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']
--- icedove-52.7.0/mozilla/storage/moz.build.orig
+++ icedove-52.7.0/mozilla/storage/moz.build
@@ -114,7 +114,6 @@
     DEFINES['MOZ_MEMORY_TEMP_STORE_PRAGMA'] = True
 
 LOCAL_INCLUDES += [
-    '/db/sqlite3/src',
     '/dom/base',
 ]
 
--- icedove-52.7.0/mozilla/dom/indexedDB/moz.build.orig
+++ icedove-52.7.0/mozilla/dom/indexedDB/moz.build
@@ -101,7 +101,6 @@
     CXXFLAGS += ['-Wno-error=shadow']
 
 LOCAL_INCLUDES += [
-    '/db/sqlite3/src',
     '/dom/base',
     '/dom/storage',
     '/dom/workers',

debug log:

solving 56b263702 ...
found 56b263702 in https://yhetil.org/guix-devel/8737084edp.fsf@netris.org/

applying [1/1] https://yhetil.org/guix-devel/8737084edp.fsf@netris.org/
diff --git a/gnu/packages/patches/icedove-avoid-bundled-libraries.patch b/gnu/packages/patches/icedove-avoid-bundled-libraries.patch
new file mode 100644
index 000000000..56b263702

1:14: trailing whitespace.
 
1:26: trailing whitespace.
 
1:31: trailing whitespace.
 
1:36: trailing whitespace.
 
Checking patch gnu/packages/patches/icedove-avoid-bundled-libraries.patch...
Applied patch gnu/packages/patches/icedove-avoid-bundled-libraries.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 56b26370234eb6e7c978e64f794e903e34aa20f9	gnu/packages/patches/icedove-avoid-bundled-libraries.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).