summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-03 07:47:23 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-03 07:47:23 +0000
commit9f74f43bcbf59e5d6c07066d55856889c651fbad (patch)
treeeecd550328e1eebcf5072f3732518e5529d59a77 /games-emulation
parentVersion bumped. Thanks to ash@tsi.lv. This closes bug #84326. (diff)
downloadgentoo-2-9f74f43bcbf59e5d6c07066d55856889c651fbad.tar.gz
gentoo-2-9f74f43bcbf59e5d6c07066d55856889c651fbad.tar.bz2
gentoo-2-9f74f43bcbf59e5d6c07066d55856889c651fbad.zip
rename
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/psemu-peopssoftgpu/files/1.16-makefile-cflags.patch27
1 files changed, 0 insertions, 27 deletions
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
-