diff options
Diffstat (limited to 'media-radio/xastir/xastir-2.0.4.ebuild')
-rw-r--r-- | media-radio/xastir/xastir-2.0.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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 \ |