summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-01-06 02:33:19 +0000
committerDaniel Goller <morfic@gentoo.org>2005-01-06 02:33:19 +0000
commit3afcbdd675382be0436b27ff5e8ca6c3cede6199 (patch)
tree71bf387e5720f2afa904d7241de1ded947d51c05 /games-emulation/mupen64-jttl_sound/files
parentmultilib fixes. (Manifest recommit) (diff)
downloadgentoo-2-3afcbdd675382be0436b27ff5e8ca6c3cede6199.tar.gz
gentoo-2-3afcbdd675382be0436b27ff5e8ca6c3cede6199.tar.bz2
gentoo-2-3afcbdd675382be0436b27ff5e8ca6c3cede6199.zip
initial commit of jttl_sound plugin
Diffstat (limited to 'games-emulation/mupen64-jttl_sound/files')
-rw-r--r--games-emulation/mupen64-jttl_sound/files/digest-mupen64-jttl_sound-1.21
-rw-r--r--games-emulation/mupen64-jttl_sound/files/mupen64-jttl_sound-gentoo-sdl.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/mupen64-jttl_sound/files/digest-mupen64-jttl_sound-1.2 b/games-emulation/mupen64-jttl_sound/files/digest-mupen64-jttl_sound-1.2
new file mode 100644
index 000000000000..53343000f96a
--- /dev/null
+++ b/games-emulation/mupen64-jttl_sound/files/digest-mupen64-jttl_sound-1.2
@@ -0,0 +1 @@
+MD5 7bb104cf6ca94c0e761027eb9895fcbe jttl_sound-1.2.tar.bz2 10015
diff --git a/games-emulation/mupen64-jttl_sound/files/mupen64-jttl_sound-gentoo-sdl.patch b/games-emulation/mupen64-jttl_sound/files/mupen64-jttl_sound-gentoo-sdl.patch
new file mode 100644
index 000000000000..80e8150b0162
--- /dev/null
+++ b/games-emulation/mupen64-jttl_sound/files/mupen64-jttl_sound-gentoo-sdl.patch
@@ -0,0 +1,12 @@
+--- jttl_sound-1.2/Makefile.orig 2004-07-15 23:02:26.402954048 +0000
++++ jttl_sound-1.2/Makefile 2004-07-15 23:03:09.946334448 +0000
+@@ -1,8 +1,5 @@
+ CC = gcc
+-#CFLAGS = -g -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon `gtk-config --cflags` -DUSE_GTK -Wall `sdl-config --cflags` -lm `sdl-config --libs`
+-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon `gtk-config --cflags` -DUSE_GTK -Wall `sdl-config --cflags`
+-
+-#CFLAGS = -g -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon `gtk-config --cflags` -DUSE_GTK -Wall
++CFLAGS = `gtk-config --cflags` -DUSE_GTK `sdl-config --cflags`
+
+ LD = gcc
+ LDFLAGS = -shared -Wl,-Bsymbolic `gtk-config --libs` -lpthread -lm `sdl-config --libs`