diff options
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/Manifest | 9 | ||||
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/files/1.16-makefile-cflags.patch | 27 |
2 files changed, 5 insertions, 31 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/Manifest b/games-emulation/psemu-peopssoftgpu/Manifest index e904700a1bd1..72f38e4971bc 100644 --- a/games-emulation/psemu-peopssoftgpu/Manifest +++ b/games-emulation/psemu-peopssoftgpu/Manifest @@ -1,8 +1,9 @@ -MD5 7cbdb3141b909d7b5eaeff108b8718b7 ChangeLog 1981 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 586f180d5618796d47427934b1033341 ChangeLog 2211 MD5 e8f592e299f6a03cd257e93e8ae34b9f psemu-peopssoftgpu-1.15.ebuild 1536 -MD5 bb9cb0d6304d6c44bf674146a828542a psemu-peopssoftgpu-1.16.ebuild 1672 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 30fa48f19560db9b3b08cb2dc9ee626e psemu-peopssoftgpu-1.16.ebuild 1745 MD5 d7d6d0e073fab50e7fc57d7efe5dcf31 files/1.15-makefile-cflags.patch 971 MD5 2bb8283c0041934b8dcf50003f408ea0 files/digest-psemu-peopssoftgpu-1.15 67 MD5 933706295eaebb39f5550e2b22a5481d files/digest-psemu-peopssoftgpu-1.16 67 -MD5 00c3ef2fdddee3bbcf3cd12fd76f052d files/1.16-makefile-cflags.patch 908 +MD5 f54e65dfac77ff2d214c40aef60db289 files/psemu-peopssoftgpu-1.16-fix-noxf86vm.patch 463 +MD5 c3c327560ff175c4d8813f5b3f68eee9 files/psemu-peopssoftgpu-1.16-makefile-cflags.patch 406 diff --git a/games-emulation/psemu-peopssoftgpu/files/1.16-makefile-cflags.patch b/games-emulation/psemu-peopssoftgpu/files/1.16-makefile-cflags.patch deleted file mode 100644 index ec6c69b49c01..000000000000 --- a/games-emulation/psemu-peopssoftgpu/files/1.16-makefile-cflags.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- src/makes/plg.mk.orig 2003-08-14 02:03:31.283095536 -0400 -+++ src/makes/plg.mk 2003-08-14 02:03:54.843513808 -0400 -@@ -4,7 +4,7 @@ - - PLUGIN = libgpuPeops$(VERSION).so - PLUGINTYPE = libgpu.so --CFLAGS = -g -Wall -fPIC -O4 -fomit-frame-pointer -ffast-math $(INCLUDE) -+CFLAGS = -Wall -fPIC $(OPTFLAGS) $(INCLUDE) - #CFLAGS = -g -Wall -fPIC -O3 -mpentium -fomit-frame-pointer -ffast-math $(INCLUDE) - INCLUDE = -I/usr/local/include ---- src/makes/mk.fpse.orig 2003-08-14 02:04:25.902792080 -0400 -+++ src/makes/mk.fpse 2003-08-14 02:05:06.265655992 -0400 -@@ -5,12 +5,12 @@ - CC = gcc
- LD = gcc
- NASM = nasm
--INCLUDE += -I./fpse `gtk-config --cflags`
-+INCLUDE += -I./fpse `gtk-config --cflags` `sdl-config --cflags`
- VERSION = SDL
- NUMBER = 1.0.16
- CFLAGS += -D_FPSE -D_SDL -D__i386__ -D_SDL2
- ASMFLAGS += -f elf
--LIBS += -lSDL
-+LIBS += `sdl-config --libs`
- OBJECTS += fpsewp.o
- OBJECTS += i386.o
-
|