diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-19 23:45:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-19 23:45:06 +0000 |
commit | 1ba36b2d54b2e08e5286e84e79d8cb31a9e2bab0 (patch) | |
tree | 24cd9ce6954532edff8ae5118a50f8a702b9f8e3 /media-gfx/gimp/gimp-1.2.5.ebuild | |
parent | fix doc install (no gzip of html) (diff) | |
download | gentoo-2-1ba36b2d54b2e08e5286e84e79d8cb31a9e2bab0.tar.gz gentoo-2-1ba36b2d54b2e08e5286e84e79d8cb31a9e2bab0.tar.bz2 gentoo-2-1ba36b2d54b2e08e5286e84e79d8cb31a9e2bab0.zip |
really filter k6 into i586
Diffstat (limited to 'media-gfx/gimp/gimp-1.2.5.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-1.2.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/gimp/gimp-1.2.5.ebuild b/media-gfx/gimp/gimp-1.2.5.ebuild index 11b3b7036c97..c35fc805e30b 100644 --- a/media-gfx/gimp/gimp-1.2.5.ebuild +++ b/media-gfx/gimp/gimp-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.5.ebuild,v 1.2 2003/06/19 22:19:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.5.ebuild,v 1.3 2003/06/19 23:45:06 vapier Exp $ inherit eutils flag-o-matic @@ -38,9 +38,10 @@ src_unpack() { } src_compile() { - # fix problem with k6's (#22115) - replace-flags "-march=k6*" "-march=i586" + replace-flags -march=k6-2 -march=i586 + replace-flags -march=k6-3 -march=i586 + replace-flags -march=k6 -march=i586 # gimp has inline functions (plug-ins/common/grid.c) (#23078) filter-flags "-fno-inline" |