ottxor 14/07/21 23:23:37 Modified: libcerf-1.3-autotools.patch Log: don't inject -Werror and keyworded ~x86-macos ~amd64-linux ~arm (tested by me) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.2 sci-libs/libcerf/files/libcerf-1.3-autotools.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?r1=1.1&r2=1.2 Index: libcerf-1.3-autotools.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libcerf-1.3-autotools.patch 21 Jul 2014 20:53:34 -0000 1.1 +++ libcerf-1.3-autotools.patch 21 Jul 2014 23:23:37 -0000 1.2 @@ -1,4 +1,25 @@ Send upstream ([email protected]) 14.07.14 +diff -Naur libcerf-1.3.orig/configure.ac libcerf-1.3/configure.ac +--- libcerf-1.3.orig/configure.ac 2013-07-17 03:49:33.000000000 -0600 ++++ libcerf-1.3/configure.ac 2014-07-21 17:01:15.399324021 -0600 +@@ -19,7 +19,7 @@ + # Website: + # http://apps.jcns.fz-juelich.de/libcerf + +-AC_INIT([cerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf]) ++AC_INIT([libcerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf]) + # version is current:revision:age; for simplicity, we always put age=0 + # <- http://www.sourceware.org/autobook/autobook/autobook_91.html + +@@ -31,7 +31,7 @@ + LT_INIT([disable-static]) + + AC_PROG_CC_C99 +-AC_SUBST(AM_CFLAGS,"-pedantic -Wall -Werror") ++AC_SUBST(AM_CFLAGS,"-pedantic -Wall") + AC_CONFIG_HEADERS([config.h]) # to avoid endless -D options + AC_HEADER_STDC + diff -Naur libcerf-1.3.orig/libcerf.pc.in libcerf-1.3/libcerf.pc.in --- libcerf-1.3.orig/libcerf.pc.in 2013-07-17 03:51:59.000000000 -0600 +++ libcerf-1.3/libcerf.pc.in 2014-07-14 11:18:01.646512503 -0600
