summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-12 01:39:32 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-12 01:39:32 +0000
commit19ac4b6502fa975eb6f0c8e03e4b01869e3acff9 (patch)
treef794c7cb4efd00a0bbcac4a4dd0297a453e8d53d /media-libs/sdl-gfx
parentmove enewuser to pkg_setup() (diff)
downloadhistorical-19ac4b6502fa975eb6f0c8e03e4b01869e3acff9.tar.gz
historical-19ac4b6502fa975eb6f0c8e03e4b01869e3acff9.tar.bz2
historical-19ac4b6502fa975eb6f0c8e03e4b01869e3acff9.zip
filter -finline-functions #26892
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r--media-libs/sdl-gfx/Manifest16
-rw-r--r--media-libs/sdl-gfx/sdl-gfx-2.0.12.ebuild10
2 files changed, 18 insertions, 8 deletions
diff --git a/media-libs/sdl-gfx/Manifest b/media-libs/sdl-gfx/Manifest
index 464f891aef15..be7037ac132f 100644
--- a/media-libs/sdl-gfx/Manifest
+++ b/media-libs/sdl-gfx/Manifest
@@ -1,10 +1,20 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 52e9f0c25c5be679b651257d95a170b3 ChangeLog 2765
MD5 583673dbf2a4a07468a6146e77f87862 metadata.xml 814
MD5 84c4e6ae440bbfe67e4e23ea7f5e1358 sdl-gfx-2.0.10.ebuild 957
-MD5 63f6e2b59e814aba83a1a9267e0e2109 sdl-gfx-2.0.11.ebuild 1002
MD5 c8cd31586eb8cc4419ebc0fede0e4bb7 sdl-gfx-2.0.3.ebuild 829
-MD5 73180c630477916255ec1c9806c2c117 sdl-gfx-2.0.12.ebuild 1002
+MD5 63f6e2b59e814aba83a1a9267e0e2109 sdl-gfx-2.0.11.ebuild 1002
+MD5 de1e2da7580107aea70f797f3c8a8120 sdl-gfx-2.0.12.ebuild 1032
MD5 81f3af6a2533cf89abf822f01f7a313b files/digest-sdl-gfx-2.0.10 66
-MD5 85eb6dadc0bb6b9c8d7b09a21f91c021 files/digest-sdl-gfx-2.0.11 66
MD5 7a00e26bd01466e910de637d68c59d75 files/digest-sdl-gfx-2.0.3 65
+MD5 85eb6dadc0bb6b9c8d7b09a21f91c021 files/digest-sdl-gfx-2.0.11 66
MD5 b34c36172cb6dea2efbbfa3352a6dd6f files/digest-sdl-gfx-2.0.12 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBazXcHTu7gpaalycRAl36AJ0avB2ITuTV9R4D9eFlLtdjnCN8XgCfdgCf
+gN7Hi3RW9g5X5LGN2gP0Svc=
+=UssC
+-----END PGP SIGNATURE-----
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"