diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-07-04 19:36:27 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-07-04 19:36:27 +0000 |
commit | 1d17b0abfd4b8f15ca28fd073e0b14ee0df549ac (patch) | |
tree | e1824be5a11e8d934ba8c6e54af0235eb6fc2de8 /www-misc | |
parent | Stable for ppc64, wrt bug #492244 (diff) | |
download | gentoo-2-1d17b0abfd4b8f15ca28fd073e0b14ee0df549ac.tar.gz gentoo-2-1d17b0abfd4b8f15ca28fd073e0b14ee0df549ac.tar.bz2 gentoo-2-1d17b0abfd4b8f15ca28fd073e0b14ee0df549ac.zip |
rm -Werror flag wrt #508178
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/fcgiwrap/ChangeLog | 6 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 5 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 7 |
3 files changed, 14 insertions, 4 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog index 1df4eae0829d..2f45f46d69dd 100644 --- a/www-misc/fcgiwrap/ChangeLog +++ b/www-misc/fcgiwrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/fcgiwrap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.16 2014/05/02 10:40:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.17 2014/07/04 19:36:27 hasufell Exp $ + + 04 Jul 2014; Julian Ospald <hasufell@gentoo.org> fcgiwrap-1.1.0-r1.ebuild, + fcgiwrap-9999.ebuild: + rm -Werror flag wrt #508178 *fcgiwrap-1.1.0-r1 (02 May 2014) diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild index e29ef3d5e1c7..99b2fb3ba243 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild,v 1.1 2014/05/02 10:40:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild,v 1.2 2014/07/04 19:36:27 hasufell Exp $ EAPI="5" @@ -30,6 +30,9 @@ DEPEND="${RDEPEND} DOCS=( README.rst ) src_prepare() { + sed -e "s/-Werror//" \ + -i configure.ac || die "sed failed" + sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \ -i Makefile.in || die "sed failed" tc-export CC diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index c427e4399652..1a9016007e54 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.5 2012/12/31 08:04:29 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.6 2014/07/04 19:36:27 hasufell Exp $ EAPI="4" @@ -33,6 +33,9 @@ RDEPEND="${DEPEND}" DOCS=( README.rst ) src_prepare() { + sed -e "s/-Werror//" \ + -i configure.ac || die "sed failed" + sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \ -i Makefile.in || die "sed failed" |