diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-27 09:37:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-27 09:37:27 +0000 |
commit | a17b6aa955a7de4f82907847ef06744982148588 (patch) | |
tree | 6593427e3f08a77c630aa88019978708722b0c44 /games-emulation/mupen64-alsasnd/files | |
parent | fix X requirement by nas #32447 (diff) | |
download | gentoo-2-a17b6aa955a7de4f82907847ef06744982148588.tar.gz gentoo-2-a17b6aa955a7de4f82907847ef06744982148588.tar.bz2 gentoo-2-a17b6aa955a7de4f82907847ef06744982148588.zip |
initial ebuild #32749
Diffstat (limited to 'games-emulation/mupen64-alsasnd/files')
-rw-r--r-- | games-emulation/mupen64-alsasnd/files/0.4-gentoo.patch | 16 | ||||
-rw-r--r-- | games-emulation/mupen64-alsasnd/files/digest-mupen64-alsasnd-0.4 | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/games-emulation/mupen64-alsasnd/files/0.4-gentoo.patch b/games-emulation/mupen64-alsasnd/files/0.4-gentoo.patch new file mode 100644 index 000000000000..1a6481b9e7c3 --- /dev/null +++ b/games-emulation/mupen64-alsasnd/files/0.4-gentoo.patch @@ -0,0 +1,16 @@ +--- Makefile.orig 2003-12-27 04:24:26.397424080 -0500 ++++ Makefile 2003-12-27 04:25:01.939020936 -0500 +@@ -1,4 +1,3 @@ +-GRAPHICAL_INTERFACE=gtk1 + + ifeq ($(GRAPHICAL_INTERFACE),gtk1) + GUICFLAGS = -DUSE_GTK `gtk-config --cflags` +@@ -21,7 +20,7 @@ + all: $(PLUGIN) instructions + + DEBUGCXXFLAGS = -g -Wall -DDEBUG +-CXXFLAGS = -DNO_DEBUG -DNDEBUG -O3 -Wall -mcpu=athlon -march=athlon -fomit-frame-pointer -ffast-math -fno-rtti ++CXXFLAGS += -DNO_DEBUG -DNDEBUG -fno-rtti + OBJECTS += string.o audio.o snd_plugin.o gui.o + + string.o: string_class.cpp string_class.h diff --git a/games-emulation/mupen64-alsasnd/files/digest-mupen64-alsasnd-0.4 b/games-emulation/mupen64-alsasnd/files/digest-mupen64-alsasnd-0.4 new file mode 100644 index 000000000000..7a7eb943e3ca --- /dev/null +++ b/games-emulation/mupen64-alsasnd/files/digest-mupen64-alsasnd-0.4 @@ -0,0 +1 @@ +MD5 4b65325e4d31032cb1fc2c704105fa94 alsa-plugin-0.4fix.tar.bz2 26455 |