summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.17-makefile-cflags.patch')
-rw-r--r--games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.17-makefile-cflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.17-makefile-cflags.patch b/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.17-makefile-cflags.patch
deleted file mode 100644
index 0624f0d490db..000000000000
--- a/games-emulation/psemu-peopssoftgpu/files/psemu-peopssoftgpu-1.17-makefile-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/makes/plg.mk
-+++ src/makes/plg.mk
-@@ -4,1 +4,1 @@
--CFLAGS = -g -Wall -fPIC -O4 -fomit-frame-pointer -ffast-math $(INCLUDE)
-+CFLAGS = -Wall -fPIC $(OPTFLAGS) $(INCLUDE)
---- src/makes/mk.fpse
-+++ src/makes/mk.fpse
-@@ -7,1 +7,1 @@
--INCLUDE += -I./fpse `gtk-config --cflags`
-+INCLUDE += -I./fpse `gtk-config --cflags` `sdl-config --cflags`
-@@ -10,1 +10,1 @@
--LIBS += -lSDL
-+LIBS += `sdl-config --libs`