diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-05 19:37:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-05 19:37:57 +0000 |
commit | 64db0c12a585f477709d5cf195a96be139c06ec9 (patch) | |
tree | 90b2e5ba4dc505ca849a6246780dba78f4c78ad9 /media-libs/plotutils/plotutils-2.4.1-r2.ebuild | |
parent | Mark stable on alpha (diff) | |
download | gentoo-2-64db0c12a585f477709d5cf195a96be139c06ec9.tar.gz gentoo-2-64db0c12a585f477709d5cf195a96be139c06ec9.tar.bz2 gentoo-2-64db0c12a585f477709d5cf195a96be139c06ec9.zip |
k6 cleanups
Diffstat (limited to 'media-libs/plotutils/plotutils-2.4.1-r2.ebuild')
-rw-r--r-- | media-libs/plotutils/plotutils-2.4.1-r2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild index 2278aa2c47df..9307a3d24bf4 100644 --- a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild +++ b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.11 2002/12/09 04:26:13 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.12 2003/02/05 19:37:57 seemant Exp $ IUSE="X" @@ -23,6 +23,13 @@ KEYWORDS="x86 ppc sparc " DEPEND="media-libs/libpng X? ( virtual/x11 )" + +# Filter out k6 from the CFLAGS +export CFLAGS="${CFLAGS/k6-3/i586}" +export CFLAGS="${CFLAGS/k6-2/i586}" +export CFLAGS="${CFLAGS/k6/i586}" +export CXXFLAGS="${CFLAGS}" + src_unpack() { unpack ${A} |