diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-06-22 06:44:31 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-06-22 06:44:31 +0000 |
commit | 7e58236c3f0861ffe70675cbb3b39ae7ad799bee (patch) | |
tree | beccb995056a7a70842b40fd8fb4048109416b7e /games-action/noiz2sa | |
parent | delete zshare parts (bug 422509 by Johnny) (diff) | |
download | gentoo-2-7e58236c3f0861ffe70675cbb3b39ae7ad799bee.tar.gz gentoo-2-7e58236c3f0861ffe70675cbb3b39ae7ad799bee.tar.bz2 gentoo-2-7e58236c3f0861ffe70675cbb3b39ae7ad799bee.zip |
Build with gcc-4.7 Bug #422771
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'games-action/noiz2sa')
-rw-r--r-- | games-action/noiz2sa/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-action/noiz2sa/ChangeLog b/games-action/noiz2sa/ChangeLog index d4515c0d967c..ec45b9139593 100644 --- a/games-action/noiz2sa/ChangeLog +++ b/games-action/noiz2sa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/noiz2sa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.11 2012/06/13 06:44:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.12 2012/06/22 06:44:31 tupone Exp $ + + 22 Jun 2012; Tupone Alfredo <tupone@gentoo.org> + files/noiz2sa-0.51a-underlink.patch: + Build with gcc-4.7 Bug #422771 by flameeyes@gentoo.org 13 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> noiz2sa-0.51a.ebuild: tidy diff --git a/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch b/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch index ced37410175b..adb1b0cad2a1 100644 --- a/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch +++ b/games-action/noiz2sa/files/noiz2sa-0.51a-underlink.patch @@ -11,7 +11,7 @@ DEFAULT_CFLAGS = `sdl-config --cflags`
-LDFLAGS = `sdl-config --libs` -L. -lglut -lbulletml -lSDL_mixer -mwindows -lstdc++
-+LDLIBS = `sdl-config --libs` -lGL -lbulletml -lSDL_mixer -mwindows -lstdc++ -lm
++LDLIBS = `sdl-config --libs` -lGL -lbulletml -lSDL_mixer -lstdc++ -lm
-MORE_CFLAGS = -O3
-
|