summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/ps2emu-spu2null/files/0.2-makefile.patch')
-rw-r--r--app-emulation/ps2emu-spu2null/files/0.2-makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/ps2emu-spu2null/files/0.2-makefile.patch b/app-emulation/ps2emu-spu2null/files/0.2-makefile.patch
deleted file mode 100644
index 468f96b3408b..000000000000
--- a/app-emulation/ps2emu-spu2null/files/0.2-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Src/Makefile.orig 2003-08-14 21:14:02.092817328 -0400
-+++ Src/Makefile 2003-08-14 21:14:09.306720648 -0400
-@@ -4,7 +4,7 @@
- VERSION = 0
- BUILD = 2
- PLUGIN = libSPU2null-${VERSION}.${BUILD}.so
--CFLAGS+= -fPIC -Wall -O2 -fomit-frame-pointer -D__LINUX__
-+CFLAGS+= -fPIC -Wall $(OPTFLAGS) -D__LINUX__
- OBJS = SPU2.o
- DEPS:= $(OBJS:.o=.d)
- LIBS = $(shell gtk-config --libs)