summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch')
-rw-r--r--games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch b/games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch
new file mode 100644
index 000000000000..c7b5c30157a4
--- /dev/null
+++ b/games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch
@@ -0,0 +1,11 @@
+--- Src/Makefile.orig 2003-08-14 21:02:15.411249256 -0400
++++ Src/Makefile 2003-08-14 21:02:22.793127040 -0400
+@@ -2,7 +2,7 @@
+ VERSION = 0
+ BUILD = 3
+ PLUGIN = libCDVDlinuz-${VERSION}.${BUILD}.so
+-CFLAGS+= -fPIC -Wall -O2 -fomit-frame-pointer -D__LINUX__
++CFLAGS+= -fPIC -Wall $(OPTFLAGS) -D__LINUX__
+ OBJECTS = CDVD.o interface.o support.o
+ LIBS = $(shell gtk-config --libs)
+ CFLAGS+= $(shell gtk-config --cflags) -DVERSION=${VERSION} -DBUILD=${BUILD}