diff options
-rw-r--r-- | media-libs/plotutils/ChangeLog | 13 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.4.1-r2.ebuild | 9 |
2 files changed, 18 insertions, 4 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog index 1004fabbcc8e..454af9846796 100644 --- a/media-libs/plotutils/ChangeLog +++ b/media-libs/plotutils/ChangeLog @@ -1,11 +1,18 @@ # ChangeLog for media-libs/plotutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.7 2002/12/13 10:59:36 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.8 2003/02/05 19:37:57 seemant Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *plotutils-2.4.1-r2 (16 Jun 2002) + 05 Feb 2003; Seemant Kulleen <seemant@gentoo.org> + plotutils-2.4.1-r2.ebuild : + + Filtered out k6, k6-2, and k6-3 flags to replace them with a generic + i586 flag. Closes bug report #14488 by Jani-Matti H?tinen + <jannu.hatinen@mbnet.fi> + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 7 Sep 2002; Owen Stampflee <owen@gentoo.org> : Added PPC to KEYWORDS. 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} |