diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-17 06:14:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-17 06:14:09 +0000 |
commit | 730c87525e95efabbe8b8e64c5ba3f4610688d36 (patch) | |
tree | 420abe74d12ed2db07df630caccca0a65f24cf88 /games-sports | |
parent | Bump with patches for bug #415587 glib breakage. (diff) | |
download | gentoo-2-730c87525e95efabbe8b8e64c5ba3f4610688d36.tar.gz gentoo-2-730c87525e95efabbe8b8e64c5ba3f4610688d36.tar.bz2 gentoo-2-730c87525e95efabbe8b8e64c5ba3f4610688d36.zip |
continue to work with ode-0.12
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/stormbaancoureur/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/stormbaancoureur/files/stormbaancoureur-2.1.6-gentoo.patch | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-sports/stormbaancoureur/ChangeLog b/games-sports/stormbaancoureur/ChangeLog index fd825111ed31..fca06fbde73d 100644 --- a/games-sports/stormbaancoureur/ChangeLog +++ b/games-sports/stormbaancoureur/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/stormbaancoureur # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/ChangeLog,v 1.19 2012/02/20 17:57:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/ChangeLog,v 1.20 2012/05/17 06:14:09 mr_bones_ Exp $ + + 17 May 2012; Michael Sterrett <mr_bones_@gentoo.org> + files/stormbaancoureur-2.1.6-gentoo.patch: + continue to work with ode-0.12 20 Feb 2012; Michael Sterrett <mr_bones_@gentoo.org> stormbaancoureur-2.1.6.ebuild, +files/stormbaancoureur-2.1.6-gentoo.patch: diff --git a/games-sports/stormbaancoureur/files/stormbaancoureur-2.1.6-gentoo.patch b/games-sports/stormbaancoureur/files/stormbaancoureur-2.1.6-gentoo.patch index de77f6e846d5..07413ecb5448 100644 --- a/games-sports/stormbaancoureur/files/stormbaancoureur-2.1.6-gentoo.patch +++ b/games-sports/stormbaancoureur/files/stormbaancoureur-2.1.6-gentoo.patch @@ -1,6 +1,6 @@ --- stormbaancoureur-2.1.6.orig/src-stormbaancoureur/Makefile +++ stormbaancoureur-2.1.6/src-stormbaancoureur/Makefile -@@ -5,21 +5,20 @@ +@@ -5,21 +5,21 @@ GLPREFIX=/usr PLIBPREFIX=/usr ODEPREFIX=/usr @@ -18,6 +18,7 @@ -I. \ -DGAMEVERSION=$(VERSION) \ - -O2 -g -Wall ++ $(shell ode-config --cflags) \ + $(CXXFLAGS) -LFLAGS=\ |