summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-04-19 06:02:19 +0000
committerJustin Lecher <jlec@gentoo.org>2011-04-19 06:02:19 +0000
commit559ed9ace3ce485a2cd6bd086df3b35347592572 (patch)
treee15550e6d5dfeba9b2e40378acf07ea8592e374b /dev-tcltk/itk/itk-3.4_pre20090417.ebuild
parentUse splitted gnome-python-base deps, bug #352920, thank Pacho Ramos for repor... (diff)
downloadhistorical-559ed9ace3ce485a2cd6bd086df3b35347592572.tar.gz
historical-559ed9ace3ce485a2cd6bd086df3b35347592572.tar.bz2
historical-559ed9ace3ce485a2cd6bd086df3b35347592572.zip
No automagic addition of -pipe to CFLAGS, thanks ago for the fix
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'dev-tcltk/itk/itk-3.4_pre20090417.ebuild')
-rw-r--r--dev-tcltk/itk/itk-3.4_pre20090417.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/itk/itk-3.4_pre20090417.ebuild b/dev-tcltk/itk/itk-3.4_pre20090417.ebuild
index 056046c944d4..d3051abdefd6 100644
--- a/dev-tcltk/itk/itk-3.4_pre20090417.ebuild
+++ b/dev-tcltk/itk/itk-3.4_pre20090417.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/itk-3.4_pre20090417.ebuild,v 1.5 2010/10/12 11:57:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itk/itk-3.4_pre20090417.ebuild,v 1.6 2011/04/19 05:58:45 jlec Exp $
EAPI="3"
inherit multilib versionator
@@ -16,12 +16,15 @@ SLOT="0"
LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-DEPEND="dev-lang/tk
+DEPEND="
+ dev-lang/tk
~dev-tcltk/itcl-3.4_beta1"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}/${PN}"
src_compile() {
+ sed 's:-pipe::g' -i Makefile || die
emake CFLAGS_DEFAULT="${CFLAGS}" || die "emake failed"
}