diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-12 01:39:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-12 01:39:32 +0000 |
commit | 522c60dc0325852c57e824d68414e90c89eec066 (patch) | |
tree | 7fe26645ba579033cc8d6eafbf32ec62cb318c74 /media-libs/sdl-gfx | |
parent | move enewuser to pkg_setup() (Manifest recommit) (diff) | |
download | gentoo-2-522c60dc0325852c57e824d68414e90c89eec066.tar.gz gentoo-2-522c60dc0325852c57e824d68414e90c89eec066.tar.bz2 gentoo-2-522c60dc0325852c57e824d68414e90c89eec066.zip |
filter -finline-functions #26892
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild index 6275dea30343..1211f0b24380 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild,v 1.3 2004/09/27 20:13:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild,v 1.4 2004/10/12 01:39:32 vapier Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/${MY_P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha ~hppa ~amd64" +KEYWORDS="alpha amd64 hppa ppc sparc x86" IUSE="mmx" DEPEND=">=media-libs/libsdl-1.2" @@ -19,10 +19,10 @@ DEPEND=">=media-libs/libsdl-1.2" S="${WORKDIR}/${MY_P}" src_compile() { - local myconf - - replace-flags "-O?" "-O2" + filter-flags -finline-functions #26892 + replace-flags -O? -O2 + local myconf if use ppc || use sparc || use alpha || use amd64 then myconf="--disable-mmx" |