summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/psemu-cdr/files/1.8-makefile-cflags.patch')
-rw-r--r--games-emulation/psemu-cdr/files/1.8-makefile-cflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/psemu-cdr/files/1.8-makefile-cflags.patch b/games-emulation/psemu-cdr/files/1.8-makefile-cflags.patch
new file mode 100644
index 000000000000..8b26c890d594
--- /dev/null
+++ b/games-emulation/psemu-cdr/files/1.8-makefile-cflags.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.orig 2003-08-14 01:09:20.989215312 -0400
++++ src/Makefile 2003-08-14 01:09:36.660832864 -0400
+@@ -25,7 +25,7 @@
+
+ OBJECTS = cdr.o cfg.o
+ LIBS = -lpthread
+-CFLAGS = -g -fPIC -Wall -O2 -fomit-frame-pointer \
++CFLAGS = -fPIC -Wall $(OPTFLAGS) \
+ -D_REENTRANT -DVERSION=$(VERSION) -DBUILD=$(BUILD)
+
+