diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2014-09-27 12:01:19 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2014-09-27 12:01:19 +0000 |
commit | 0d5bf1cd02304a782ad100c1bc37e4f0724c63c0 (patch) | |
tree | 21dbd7ee37e32e5ff8b7d477df27bf634d761a91 /media-radio/xastir | |
parent | add ~arm, bug #522846 (diff) | |
download | gentoo-2-0d5bf1cd02304a782ad100c1bc37e4f0724c63c0.tar.gz gentoo-2-0d5bf1cd02304a782ad100c1bc37e4f0724c63c0.tar.bz2 gentoo-2-0d5bf1cd02304a782ad100c1bc37e4f0724c63c0.zip |
Fix search path for GraphicsMagick during econf
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/xastir/xastir-2.0.4.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog index 41ea56b848fa..2d103a12aeba 100644 --- a/media-radio/xastir/ChangeLog +++ b/media-radio/xastir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/xastir -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.37 2013/07/15 06:12:52 tomjbe Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.38 2014/09/27 12:01:19 tomjbe Exp $ + + 27 Sep 2014; Thomas Beierlein <tomjbe@gentoo.org> xastir-2.0.4.ebuild: + Fix search path for GraphicsMagick during econf 15 Jul 2013; Thomas Beierlein <tomjbe@gentoo.org> -files/xastir-1.9.8-fortify.diff, -files/xastir-2.0.0-Destdir.diff, diff --git a/media-radio/xastir/xastir-2.0.4.ebuild b/media-radio/xastir/xastir-2.0.4.ebuild index e658c5d88208..6623a7741900 100644 --- a/media-radio/xastir/xastir-2.0.4.ebuild +++ b/media-radio/xastir/xastir-2.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild,v 1.5 2013/05/10 16:27:03 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild,v 1.6 2014/09/27 12:01:19 tomjbe Exp $ EAPI=4 -inherit autotools eutils toolchain-funcs +inherit autotools eutils flag-o-matic toolchain-funcs DESCRIPTION="X Amateur Station Tracking and Information Reporting" HOMEPAGE="http://xastir.sourceforge.net/" @@ -53,6 +53,8 @@ src_prepare() { } src_configure() { + # provide include path to GraphicsMagic for configure stage + use graphicsmagick && append-cflags -I/usr/include/GraphicsMagick econf --with-pcre \ --with-shapelib \ --with-dbfawk \ |