diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-16 22:03:24 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-16 22:26:32 +0200 |
commit | a7517f62a306c88c4dd0086ef90bb3fcf9bb5add (patch) | |
tree | 5b62b3686095bc531243fabcf138cda898a8775e /games-arcade/gav/files | |
parent | games-arcade/funnyboat: Drop old (diff) | |
download | gentoo-a7517f62a306c88c4dd0086ef90bb3fcf9bb5add.tar.gz gentoo-a7517f62a306c88c4dd0086ef90bb3fcf9bb5add.tar.bz2 gentoo-a7517f62a306c88c4dd0086ef90bb3fcf9bb5add.zip |
games-arcade/gav: Stop using games.eclass
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade/gav/files')
-rw-r--r-- | games-arcade/gav/files/gav-0.9.0-gcc43.patch | 4 | ||||
-rw-r--r-- | games-arcade/gav/files/gav-0.9.0-ldflags.patch | 8 |
2 files changed, 6 insertions, 6 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 index 06bc1a5d2542..c9b8a6e588bf 100644 --- a/games-arcade/gav/files/gav-0.9.0-gcc43.patch +++ b/games-arcade/gav/files/gav-0.9.0-gcc43.patch @@ -1,5 +1,5 @@ ---- Configuration.cpp -+++ Configuration.cpp +--- a/Configuration.cpp ++++ b/Configuration.cpp @@ -25,6 +25,7 @@ #include <stdlib.h> #include <string> diff --git a/games-arcade/gav/files/gav-0.9.0-ldflags.patch b/games-arcade/gav/files/gav-0.9.0-ldflags.patch index 04188320ac4b..dd49e6161660 100644 --- a/games-arcade/gav/files/gav-0.9.0-ldflags.patch +++ b/games-arcade/gav/files/gav-0.9.0-ldflags.patch @@ -1,5 +1,5 @@ ---- CommonHeader.old 2010-10-12 13:08:23.000000000 +0200 -+++ CommonHeader 2010-10-12 13:08:48.000000000 +0200 +--- 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 @@ -12,8 +12,8 @@ endif SRCS = $(wildcard *.cpp) ---- Makefile.Linux.old 2010-10-12 14:36:47.000000000 +0200 -+++ Makefile.Linux 2010-10-12 14:37:02.000000000 +0200 +--- 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=%) |