diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-20 20:23:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-20 20:23:58 +0000 |
commit | 24bddc010026273f2cd21c7251e1798c2ce72fa5 (patch) | |
tree | 0e3997f7dd5a7d21054069b6c2bebcac30ecc73a /games-puzzle | |
parent | version bump (diff) | |
download | historical-24bddc010026273f2cd21c7251e1798c2ce72fa5.tar.gz historical-24bddc010026273f2cd21c7251e1798c2ce72fa5.tar.bz2 historical-24bddc010026273f2cd21c7251e1798c2ce72fa5.zip |
Fix compile with -Os (bug #64581)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/pingus/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/pingus/Manifest | 4 | ||||
-rw-r--r-- | games-puzzle/pingus/pingus-0.6.0-r1.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/games-puzzle/pingus/ChangeLog b/games-puzzle/pingus/ChangeLog index 8d6c9c735a10..6f2a887015ca 100644 --- a/games-puzzle/pingus/ChangeLog +++ b/games-puzzle/pingus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/pingus # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.5 2004/09/13 02:23:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.6 2004/09/20 20:23:58 mr_bones_ Exp $ + + 20 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.6.0-r1.ebuild: + Fix compile with -Os (bug #64581) 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +files/0.6.0-gcc34.patch, pingus-0.6.0-r1.ebuild: diff --git a/games-puzzle/pingus/Manifest b/games-puzzle/pingus/Manifest index 2ee367e77a0f..8a38bca622a0 100644 --- a/games-puzzle/pingus/Manifest +++ b/games-puzzle/pingus/Manifest @@ -1,5 +1,5 @@ -MD5 4788058de58204f4375addb22b22c2a6 ChangeLog 1486 -MD5 770d149558dc2164c4473a56b0529713 pingus-0.6.0-r1.ebuild 1258 +MD5 3b20a2a3b3984e6211d326defc07991c ChangeLog 1602 +MD5 e99c288a35c507f8178214ef5437c3c1 pingus-0.6.0-r1.ebuild 1281 MD5 f40bbfa2eda5672febaa041b87f025b7 metadata.xml 1049 MD5 c9c5cd0b4f1ab5cdb79bcc756aba215e files/0.6.0-gcc3.patch 5070 MD5 c433bc8abca5794071e6c80378a83f16 files/0.6.0-gcc34.patch 468 diff --git a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild index 29e2dbc66b06..9995fdd5093d 100644 --- a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild +++ b/games-puzzle/pingus/pingus-0.6.0-r1.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/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.8 2004/09/13 02:23:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.9 2004/09/20 20:23:58 mr_bones_ Exp $ inherit eutils flag-o-matic games @@ -28,6 +28,7 @@ src_unpack() { src_compile() { append-flags -I${ROOT}/usr/include/clanlib-0.6.5 append-ldflags -L${ROOT}/usr/lib/clanlib-0.6.5 + replace-flags -Os -O2 egamesconf \ --with-bindir="${GAMES_BINDIR}" \ --with-datadir="${GAMES_DATADIR_BASE}" \ |