summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-12-12 16:50:41 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-12-12 16:50:41 +0000
commitb098553f20afcdbf95a22cf2061076dbe144da78 (patch)
treecf577a9efb5b3c2ea58aa7006a6f73eb717033d1 /app-text/kiwix/files
parentsparc stable (diff)
downloadgentoo-2-b098553f20afcdbf95a22cf2061076dbe144da78.tar.gz
gentoo-2-b098553f20afcdbf95a22cf2061076dbe144da78.tar.bz2
gentoo-2-b098553f20afcdbf95a22cf2061076dbe144da78.zip
New prerelease. Allow custom LDFLAGS, bug #339869
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'app-text/kiwix/files')
-rw-r--r--app-text/kiwix/files/kiwix-0.9-custom-flags.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-text/kiwix/files/kiwix-0.9-custom-flags.patch b/app-text/kiwix/files/kiwix-0.9-custom-flags.patch
new file mode 100644
index 000000000000..dc6e7b3472ed
--- /dev/null
+++ b/app-text/kiwix/files/kiwix-0.9-custom-flags.patch
@@ -0,0 +1,14 @@
+diff -ur a/configure.ac b/configure.ac
+--- a/configure.ac 2010-12-12 17:32:04.768000030 +0100
++++ b/configure.ac 2010-12-12 17:43:43.434000030 +0100
+@@ -45,9 +45,7 @@
+
+ # default $CPPFLAGS and $LDFLAGS
+ # CLucene has headers in /usr/lib
+- CPPFLAGS="-I/usr/lib"
+- CFLAGS="-O6"
+- LDFLAGS=""
++ CPPFLAGS="${CPPFLAGS} -I/usr/lib"
+ CFLAGS="${CFLAGS}"
+ LDFLAGS="${LDFLAGS}"
+ LIBS=""