diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 21:24:25 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-14 21:24:25 +0000 |
commit | 30946a3d4e793f7af72139a369853d50808b1497 (patch) | |
tree | d0a949f26b391853a374dc5e2b49c4be5a555032 /games-arcade/balloonchase/files | |
parent | Update to Linux 2.6.20.3 (diff) | |
download | gentoo-2-30946a3d4e793f7af72139a369853d50808b1497.tar.gz gentoo-2-30946a3d4e793f7af72139a369853d50808b1497.tar.bz2 gentoo-2-30946a3d4e793f7af72139a369853d50808b1497.zip |
Install menu entry, bug #159844
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/balloonchase/files')
-rw-r--r-- | games-arcade/balloonchase/files/0.9.6-gentoo.patch | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/games-arcade/balloonchase/files/0.9.6-gentoo.patch b/games-arcade/balloonchase/files/0.9.6-gentoo.patch index 606babfec25c..55e978850bbe 100644 --- a/games-arcade/balloonchase/files/0.9.6-gentoo.patch +++ b/games-arcade/balloonchase/files/0.9.6-gentoo.patch @@ -1,18 +1,23 @@ -diff -ru balloonchase-0.9.6.orig/Makefile balloonchase-0.9.6/Makefile ---- balloonchase-0.9.6.orig/Makefile 2002-10-11 10:31:53.000000000 -0400 -+++ balloonchase-0.9.6/Makefile 2005-03-17 20:24:20.000000000 -0500 -@@ -9,7 +9,7 @@ +--- Makefile ++++ Makefile +@@ -1,4 +1,3 @@ +-LDFLAGS= -lSDL -lpthread -s + CFLAGS= -Wall # -DDEBUG + PKG_BCDIR=balloonchase-`cat src/ver` + PKG_BCVER=`cat src/ver` +@@ -9,8 +8,8 @@ clean: rm balloonchase src/*.o main: src/main.c - g++ -c -o src/main.o `sdl-config --cflags` src/main.c +- g++ -o balloonchase src/main.o `sdl-config --libs` + g++ $(CXXFLAGS) -c -o src/main.o `sdl-config --cflags` src/main.c - g++ -o balloonchase src/main.o `sdl-config --libs` ++ g++ $(LDFLAGS) -o balloonchase src/main.o `sdl-config --libs` pkg: @echo $(PKG_BCVERSION) >VERSION -diff -ru balloonchase-0.9.6.orig/src/main.c balloonchase-0.9.6/src/main.c ---- balloonchase-0.9.6.orig/src/main.c 2002-10-11 10:31:53.000000000 -0400 -+++ balloonchase-0.9.6/src/main.c 2005-03-17 20:33:12.000000000 -0500 + rm balloonchase src/*.o +--- src/main.c ++++ src/main.c @@ -333,47 +333,47 @@ int InitImages() |