tomjbe      14/09/27 12:01:19

  Modified:             ChangeLog xastir-2.0.4.ebuild
  Log:
  Fix search path for GraphicsMagick during econf
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  Changes    Path
1.38                 media-radio/xastir/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   15 Jul 2013 06:12:52 -0000      1.37
+++ ChangeLog   27 Sep 2014 12:01:19 -0000      1.38
@@ -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 <tom...@gentoo.org> xastir-2.0.4.ebuild:
+  Fix search path for GraphicsMagick during econf
 
   15 Jul 2013; Thomas Beierlein <tom...@gentoo.org>
   -files/xastir-1.9.8-fortify.diff, -files/xastir-2.0.0-Destdir.diff,



1.6                  media-radio/xastir/xastir-2.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild?r1=1.5&r2=1.6

Index: xastir-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xastir-2.0.4.ebuild 10 May 2013 16:27:03 -0000      1.5
+++ xastir-2.0.4.ebuild 27 Sep 2014 12:01:19 -0000      1.6
@@ -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_configure() {
+       # provide include path to GraphicsMagic for configure stage
+       use graphicsmagick && append-cflags -I/usr/include/GraphicsMagick
        econf --with-pcre \
                --with-shapelib \
                --with-dbfawk \




Reply via email to