summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-03 15:35:06 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-03 15:35:06 +0000
commitfe956d46689dd3f067dacf31aa2948aa0a4b8571 (patch)
treed757127ed29b543976b4fa493f5b7fa5fdb881ec /dev-libs/libspt/files
parentMarked ppc/ppc64 stable for bug #262744. (diff)
downloadgentoo-2-fe956d46689dd3f067dacf31aa2948aa0a4b8571.tar.gz
gentoo-2-fe956d46689dd3f067dacf31aa2948aa0a4b8571.tar.bz2
gentoo-2-fe956d46689dd3f067dacf31aa2948aa0a4b8571.zip
Patch to fix compilation with gcc43 from Magnus Granberg. EAPI2ified. Fixes #260886
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libspt/files')
-rw-r--r--dev-libs/libspt/files/libspt-werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/libspt/files/libspt-werror.patch b/dev-libs/libspt/files/libspt-werror.patch
new file mode 100644
index 000000000000..6190ea5a4556
--- /dev/null
+++ b/dev-libs/libspt/files/libspt-werror.patch
@@ -0,0 +1,11 @@
+--- Makefile.in 2003-12-07 06:42:15.000000000 +0000
++++ Makefile.in 2009-03-10 21:09:43.000000000 +0000
+@@ -29,7 +29,7 @@
+ INCLUDES = -I.
+ DEFS = @DEFS@
+ CC = @CC@
+-COMMONCFLAGS = -Wall -g -Werror -pipe
++COMMONCFLAGS = -Wall -g -pipe
+ CFLAGS = $(COMMONCFLAGS) @CFLAGS@
+ INSTALL = $(LIBTOOL) --mode=install @INSTALL@
+ INSTALL_DATA = $(LIBTOOL) --mode=install @INSTALL@ -m 644