From fe956d46689dd3f067dacf31aa2948aa0a4b8571 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 3 Apr 2009 15:35:06 +0000 Subject: Patch to fix compilation with gcc43 from Magnus Granberg. EAPI2ified. Fixes #260886 (Portage version: 2.2_rc28/cvs/Linux x86_64) --- dev-libs/libspt/files/libspt-werror.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-libs/libspt/files/libspt-werror.patch (limited to 'dev-libs/libspt/files') 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 -- cgit v1.2.3-65-gdbad