summaryrefslogtreecommitdiff
path: root/games-action/garden/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-action/garden/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-action/garden/files')
-rw-r--r--games-action/garden/files/garden-1.0.9-dash.patch33
-rw-r--r--games-action/garden/files/garden-1.0.9-resources.patch7
2 files changed, 0 insertions, 40 deletions
diff --git a/games-action/garden/files/garden-1.0.9-dash.patch b/games-action/garden/files/garden-1.0.9-dash.patch
deleted file mode 100644
index 6b197f4f4e1a..000000000000
--- a/games-action/garden/files/garden-1.0.9-dash.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/configure.ac 2015-05-04 14:48:03.467935640 -0400
-+++ b/configure.ac 2015-05-04 14:48:24.729199607 -0400
-@@ -80,7 +80,7 @@
- [have_allegro="no"])
- AC_MSG_RESULT([$have_allegro])
- LIBS=$LIBS_SAVE
-- AS_IF([test "x$have_allegro" == "xyes"],
-+ AS_IF([test "x$have_allegro" = "xyes"],
- [return 0],
- [return 1])
- }
-@@ -89,7 +89,7 @@
- AM_PATH_ALLEGRO([4.2.0])
-
- try_link_allegro "$allegro_LIBS"
--AS_IF([test "x$?" == "x0"],
-+AS_IF([test "x$?" = "x0"],
- [[LIBS="$LIBS $allegro_LIBS"
- ALLEGRO_LIB=`echo $allegro_LIBS | sed -e 's/-l\([^[:blank:]]*\).*/\1/'`
- have_allegro="yes"]])
-@@ -103,10 +103,10 @@
- for lib in $ALLEGRO_LIBS
- do
- ldflag="-l$lib"
-- AS_IF([test "x$have_allegro" == "xyes"],
-+ AS_IF([test "x$have_allegro" = "xyes"],
- [break])
- try_link_allegro $ldflag
-- AS_IF([test "x$?" == "x0"],
-+ AS_IF([test "x$?" = "x0"],
- [LIBS="$LIBS $ldflag"
- ALLEGRO_LIB="$lib"
- have_allegro="yes"])
diff --git a/games-action/garden/files/garden-1.0.9-resources.patch b/games-action/garden/files/garden-1.0.9-resources.patch
deleted file mode 100644
index 0ddbdc5e6e30..000000000000
--- a/games-action/garden/files/garden-1.0.9-resources.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- a/Makefile.am 2015-05-04 16:57:07.510191036 -0400
-+++ b/Makefile.am 2015-05-04 16:57:14.581946228 -0400
-@@ -1,3 +1,3 @@
- ACLOCAL_AMFLAGS= -I m4
-
--SUBDIRS = src resources data
-+SUBDIRS = src data