summaryrefslogtreecommitdiff
path: root/games-arcade/gav/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-arcade/gav/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-arcade/gav/files')
-rw-r--r--games-arcade/gav/files/gav-0.9.0-gcc43.patch10
-rw-r--r--games-arcade/gav/files/gav-0.9.0-ldflags.patch26
2 files changed, 0 insertions, 36 deletions
diff --git a/games-arcade/gav/files/gav-0.9.0-gcc43.patch b/games-arcade/gav/files/gav-0.9.0-gcc43.patch
deleted file mode 100644
index c9b8a6e588bf..000000000000
--- a/games-arcade/gav/files/gav-0.9.0-gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Configuration.cpp
-+++ b/Configuration.cpp
-@@ -25,6 +25,7 @@
- #include <stdlib.h>
- #include <string>
- #include <iostream>
-+#include <cstring>
- #include "Configuration.h"
- #include "ControlsArray.h"
-
diff --git a/games-arcade/gav/files/gav-0.9.0-ldflags.patch b/games-arcade/gav/files/gav-0.9.0-ldflags.patch
deleted file mode 100644
index dd49e6161660..000000000000
--- a/games-arcade/gav/files/gav-0.9.0-ldflags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/CommonHeader.old 2010-10-12 13:08:23.000000000 +0200
-+++ b/CommonHeader 2010-10-12 13:08:48.000000000 +0200
-@@ -31,9 +31,9 @@
- endif
-
- ifdef NET
--LDFLAGS= `sdl-config --libs` -lSDL_image -lSDL_net -lm
-+LDLIBS= `sdl-config --libs` -lSDL_image -lSDL_net -lm
- else
--LDFLAGS= `sdl-config --libs` -lSDL_image -lm
-+LDLIBS= `sdl-config --libs` -lSDL_image -lm
- endif
-
- SRCS = $(wildcard *.cpp)
---- a/Makefile.Linux.old 2010-10-12 14:36:47.000000000 +0200
-+++ b/Makefile.Linux 2010-10-12 14:37:02.000000000 +0200
-@@ -38,8 +38,7 @@
- $(MAKE) -C $(@D:%_module.o=%)
-
- gav: $(ALL_OBJ) $(OFILES)
-- $(CXX) -o gav $(OFILES) $(ALL_OBJ) $(LDFLAGS)
-- strip gav
-+ $(CXX) $(LDFLAGS) -o gav $(OFILES) $(ALL_OBJ) $(LDLIBS)
-
- clean:
- for i in $(SUBDIRS) ; do \