diff options
-rw-r--r-- | games-board/atakks/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/atakks/atakks-1.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-board/atakks/ChangeLog b/games-board/atakks/ChangeLog index ed935776e69d..64e1061c4096 100644 --- a/games-board/atakks/ChangeLog +++ b/games-board/atakks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/atakks # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/ChangeLog,v 1.6 2006/01/09 00:35:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/ChangeLog,v 1.7 2006/06/29 19:22:15 wolf31o2 Exp $ + + 29 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> atakks-1.0.ebuild: + Fixed binaries being pre-stripped. Thanks to Tristan Heaven + <tristanheaven@gmail.com> for the patch. Closing bug #137747. 09 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> atakks-1.0.ebuild: touchups diff --git a/games-board/atakks/atakks-1.0.ebuild b/games-board/atakks/atakks-1.0.ebuild index 3aa7bcae48ad..b0b2811fd67c 100644 --- a/games-board/atakks/atakks-1.0.ebuild +++ b/games-board/atakks/atakks-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/atakks-1.0.ebuild,v 1.6 2006/01/09 00:35:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/atakks/atakks-1.0.ebuild,v 1.7 2006/06/29 19:22:15 wolf31o2 Exp $ inherit eutils games @@ -32,6 +32,7 @@ src_unpack() { # Modify Makefile (CFLAGS and language) sed -i \ -e 's:^CFLAGS=:CFLAGS= $(E_CFLAGS) -DUS:' \ + -e "s:^LDFLAGS.*$:LDFLAGS+=$(sdl-config --libs):" \ Makefile || die "sed failed" epatch "${FILESDIR}/${PV}-warnings.patch" |