summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/ps2emu-cddvdlinuz')
-rw-r--r--games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch b/games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch
deleted file mode 100644
index c7b5c30157a4..000000000000
--- a/games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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}