diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
commit | 4449c749e4d0a531f4dffcd6bd11772e59ecbf81 (patch) | |
tree | 47ac23a46562d1736503b9b2447f81b34199c04e /games-emulation/psemu-peopssoftgpu/files | |
parent | New package - rename. (diff) | |
download | historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.gz historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.bz2 historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/psemu-peopssoftgpu/files')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/files/1.15-makefile-cflags.patch | 28 | ||||
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.15 | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/files/1.15-makefile-cflags.patch b/games-emulation/psemu-peopssoftgpu/files/1.15-makefile-cflags.patch new file mode 100644 index 000000000000..b0e2d5ede69c --- /dev/null +++ b/games-emulation/psemu-peopssoftgpu/files/1.15-makefile-cflags.patch @@ -0,0 +1,28 @@ +--- 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 + OBJECTS = gpu.o cfg.o draw.o fps.o key.o menu.o prim.o soft.o +--- 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.15
+ CFLAGS += -D_FPSE -D_SDL -D__i386__ -D_SDL2
+ ASMFLAGS += -f elf
+-LIBS += -lSDL
++LIBS += `sdl-config --libs`
+ OBJECTS += fpsewp.o
+ OBJECTS += i386.o
+
diff --git a/games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.15 b/games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.15 new file mode 100644 index 000000000000..521f6997355c --- /dev/null +++ b/games-emulation/psemu-peopssoftgpu/files/digest-psemu-peopssoftgpu-1.15 @@ -0,0 +1 @@ +MD5 5758a24331dd91c3a10dddee80fae008 PeopsSoftGpu115.tar.gz 598169 |