diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-07-21 23:23:37 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-07-21 23:23:37 +0000 |
commit | 72b936524f9b178ec067f3baed7d92fdd0bb2af2 (patch) | |
tree | d6e9758f071883223fe16e327620970ce4d2fd38 /sci-libs/libcerf/files | |
parent | Version bump (diff) | |
download | gentoo-2-72b936524f9b178ec067f3baed7d92fdd0bb2af2.tar.gz gentoo-2-72b936524f9b178ec067f3baed7d92fdd0bb2af2.tar.bz2 gentoo-2-72b936524f9b178ec067f3baed7d92fdd0bb2af2.zip |
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)
Diffstat (limited to 'sci-libs/libcerf/files')
-rw-r--r-- | sci-libs/libcerf/files/libcerf-1.3-autotools.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-libs/libcerf/files/libcerf-1.3-autotools.patch b/sci-libs/libcerf/files/libcerf-1.3-autotools.patch index d074abbbb3e2..caa00dd133ed 100644 --- a/sci-libs/libcerf/files/libcerf-1.3-autotools.patch +++ b/sci-libs/libcerf/files/libcerf-1.3-autotools.patch @@ -1,4 +1,25 @@ Send upstream (j.wuttke@fz-juelich.de) 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 |