diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2012-12-07 14:27:41 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2012-12-07 14:27:41 +0000 |
commit | 459dde0aab37ad16d7812c908192c20897bee55f (patch) | |
tree | db09c6b396b301ee22060f5baacf793f9d1d5882 /media-radio/xastir/xastir-2.0.0-r2.ebuild | |
parent | Stable for ppc, wrt bug #419767 (diff) | |
download | historical-459dde0aab37ad16d7812c908192c20897bee55f.tar.gz historical-459dde0aab37ad16d7812c908192c20897bee55f.tar.bz2 historical-459dde0aab37ad16d7812c908192c20897bee55f.zip |
Do not filter duplicate CFLAGS (bug 411095). Thanks D.Dexter
Package-Manager: portage-2.1.11.33/cvs/Linux x86_64
Manifest-Sign-Key: 0x762053D5
Diffstat (limited to 'media-radio/xastir/xastir-2.0.0-r2.ebuild')
-rw-r--r-- | media-radio/xastir/xastir-2.0.0-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-radio/xastir/xastir-2.0.0-r2.ebuild b/media-radio/xastir/xastir-2.0.0-r2.ebuild index ee1ab40b2e3a..8a74bef9083c 100644 --- a/media-radio/xastir/xastir-2.0.0-r2.ebuild +++ b/media-radio/xastir/xastir-2.0.0-r2.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/media-radio/xastir/xastir-2.0.0-r2.ebuild,v 1.7 2012/10/24 19:15:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild,v 1.8 2012/12/07 14:27:31 tomjbe Exp $ EAPI=2 inherit autotools eutils @@ -49,6 +49,9 @@ src_prepare() { # instead build without shapelib support (bug #430704) epatch "${FILESDIR}"/${P}-no-builtin-shapelib.diff + # do not filter duplicate flags (see bug 411095) + epatch "${FILESDIR}"/${P}-dont-filter-flags.diff + eautoreconf } |