diff options
author | 2012-06-18 19:29:23 +0000 | |
---|---|---|
committer | 2012-06-18 19:29:23 +0000 | |
commit | 44ddcdd4d7b7db6d713727f49d3ccce58ee6196f (patch) | |
tree | f011fd1a358dedca69fb87ac321fe8bff6277bd1 /x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild | |
parent | Backport automake-1.12 fix from bug #421101 (diff) | |
download | gentoo-2-44ddcdd4d7b7db6d713727f49d3ccce58ee6196f.tar.gz gentoo-2-44ddcdd4d7b7db6d713727f49d3ccce58ee6196f.tar.bz2 gentoo-2-44ddcdd4d7b7db6d713727f49d3ccce58ee6196f.zip |
Backport automake-1.12 fix from bug #421101
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild')
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild index ce3a7e9e44ae..3259be6c81ef 100644 --- a/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild,v 1.8 2012/05/05 04:53:46 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild,v 1.9 2012/06/18 19:29:23 hwoarang Exp $ EAPI=4 @@ -33,8 +33,9 @@ src_prepare() { || die "failed to fix desktop icon" # drop -O0 -g. Bug #382265 and #382265 sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die + #Remove -Werror for automake-1.12. Bug #421101 + sed -i "s:-Werror::" configure.ac || die eautoreconf - } src_configure() { |