diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-06-13 19:04:57 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-06-13 19:04:57 +0000 |
commit | 7afd75d8e53a9e51d90248524ef9869c23ec4af9 (patch) | |
tree | de77955f8ad1a96231be848e8393159336e59aa0 /games-emulation/ps2emu-cddvdlinuz | |
parent | rm (diff) | |
download | gentoo-2-7afd75d8e53a9e51d90248524ef9869c23ec4af9.tar.gz gentoo-2-7afd75d8e53a9e51d90248524ef9869c23ec4af9.tar.bz2 gentoo-2-7afd75d8e53a9e51d90248524ef9869c23ec4af9.zip |
rm
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-emulation/ps2emu-cddvdlinuz')
-rw-r--r-- | games-emulation/ps2emu-cddvdlinuz/files/0.3-makefile.patch | 11 |
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} |