diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-10 19:30:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-10 19:30:06 +0000 |
commit | 63a3c11fe078fc1618c1449a68c5ce11a0099f0a (patch) | |
tree | b3f59ee1a6300301a2292dd444d3eb2905b78fc2 /games-arcade/excido/files | |
parent | Version Bump from upstream. (diff) | |
download | gentoo-2-63a3c11fe078fc1618c1449a68c5ce11a0099f0a.tar.gz gentoo-2-63a3c11fe078fc1618c1449a68c5ce11a0099f0a.tar.bz2 gentoo-2-63a3c11fe078fc1618c1449a68c5ce11a0099f0a.zip |
Added a new revision to work with the split openal/freealut.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'games-arcade/excido/files')
-rw-r--r-- | games-arcade/excido/files/digest-excido-0.1.5c | 2 | ||||
-rw-r--r-- | games-arcade/excido/files/digest-excido-0.1.5c-r1 | 3 | ||||
-rw-r--r-- | games-arcade/excido/files/excido-0.1.5c-alut.patch | 11 |
3 files changed, 16 insertions, 0 deletions
diff --git a/games-arcade/excido/files/digest-excido-0.1.5c b/games-arcade/excido/files/digest-excido-0.1.5c index 9e28029952e4..530ec4ddc830 100644 --- a/games-arcade/excido/files/digest-excido-0.1.5c +++ b/games-arcade/excido/files/digest-excido-0.1.5c @@ -1 +1,3 @@ MD5 2145a3921f57abdc8a965c0086cbddec excido-0.1.5c-src.tar.bz2 2981629 +RMD160 22594630726e2e5f95268dd25897d31ff69a4287 excido-0.1.5c-src.tar.bz2 2981629 +SHA256 d53bcaf4e18265ece7c4206c91cdf26682ff1aeba917cb9d5bd2f4218ce364ef excido-0.1.5c-src.tar.bz2 2981629 diff --git a/games-arcade/excido/files/digest-excido-0.1.5c-r1 b/games-arcade/excido/files/digest-excido-0.1.5c-r1 new file mode 100644 index 000000000000..530ec4ddc830 --- /dev/null +++ b/games-arcade/excido/files/digest-excido-0.1.5c-r1 @@ -0,0 +1,3 @@ +MD5 2145a3921f57abdc8a965c0086cbddec excido-0.1.5c-src.tar.bz2 2981629 +RMD160 22594630726e2e5f95268dd25897d31ff69a4287 excido-0.1.5c-src.tar.bz2 2981629 +SHA256 d53bcaf4e18265ece7c4206c91cdf26682ff1aeba917cb9d5bd2f4218ce364ef excido-0.1.5c-src.tar.bz2 2981629 diff --git a/games-arcade/excido/files/excido-0.1.5c-alut.patch b/games-arcade/excido/files/excido-0.1.5c-alut.patch new file mode 100644 index 000000000000..b1ca15d0cee2 --- /dev/null +++ b/games-arcade/excido/files/excido-0.1.5c-alut.patch @@ -0,0 +1,11 @@ +--- excido-0.1.5c/Makefile.orig 2006-05-10 15:08:53.000000000 -0400 ++++ excido-0.1.5c/Makefile 2006-05-10 15:09:05.000000000 -0400 +@@ -2,7 +2,7 @@ + CFLAGS=`sdl-config --cflags` #-g -Wall #-O2 + #CFLAGS=`sdl-config --cflags` -I./physfs#-g -Wall #-O2 + OBJS := ${patsubst %.cpp, %.o, ${wildcard src/*.cpp}} +-LIBS = -s -Bstatic `sdl-config --static-libs` -lSDL_image -lSDL_ttf -L. -lphysfs -lopenal -Bdynamic -lGL -lGLU ++LIBS = -s -Bstatic `sdl-config --static-libs` -lSDL_image -lSDL_ttf -L. -lphysfs -lopenal -Bdynamic -lGL -lGLU -lalut + #LIBS = -s -Bstatic `sdl-config --static-libs` SDL_image/*.o SDL_ttf/*.o -L. physfs/*.o openal/*.o -ljpeg -lpng -ltiff -lfreetype -Bdynamic -lGL -lGLU + PREFIX=/usr/local + BINDIR=$(PREFIX)/bin/ |