summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2014-11-27 19:05:20 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2014-11-27 19:05:20 +0000
commit2c623624520256c3b564f0fadbc40d3aafc55b80 (patch)
tree8feef86f2a7ca2f4f07ce90fefc1100fa15742da /sci-astronomy
parentRemove old mask on msp430 toolchain pkgs. (diff)
downloadgentoo-2-2c623624520256c3b564f0fadbc40d3aafc55b80.tar.gz
gentoo-2-2c623624520256c3b564f0fadbc40d3aafc55b80.tar.bz2
gentoo-2-2c623624520256c3b564f0fadbc40d3aafc55b80.zip
Append -DUSE_INTERP_RESULT to CPPFLAGS for Tk/Tcl >= 8.6 wrt #514604 by Patrick Lauer <patrick@gentoo.org>
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/skycat/ChangeLog6
-rw-r--r--sci-astronomy/skycat/skycat-3.1.2-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-astronomy/skycat/ChangeLog b/sci-astronomy/skycat/ChangeLog
index 04f71cb4d7db..196abb10ff2e 100644
--- a/sci-astronomy/skycat/ChangeLog
+++ b/sci-astronomy/skycat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/skycat
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.13 2014/08/10 20:32:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/ChangeLog,v 1.14 2014/11/27 19:05:20 xarthisius Exp $
+
+ 27 Nov 2014; Kacper Kowalik <xarthisius@gentoo.org> skycat-3.1.2-r1.ebuild:
+ Append -DUSE_INTERP_RESULT to CPPFLAGS for Tk/Tcl >= 8.6 wrt #514604 by
+ Patrick Lauer <patrick@gentoo.org>
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> skycat-3.1.2-r1.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild
index 4c1902422b5b..caa10c60e983 100644
--- a/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild
+++ b/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild,v 1.3 2014/08/10 20:32:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild,v 1.4 2014/11/27 19:05:20 xarthisius Exp $
EAPI=4
-inherit eutils autotools
+inherit eutils autotools flag-o-matic
DESCRIPTION="ESO astronomical image visualizer with catalog access"
HOMEPAGE="http://archive.eso.org/skycat"
@@ -45,6 +45,7 @@ src_prepare() {
}
src_configure() {
+ append-cppflags -DUSE_INTERP_RESULT # 514604
econf $(use_enable threads) --enable-merge
}