mr_bones_ 15/05/04 21:32:13
Added: garden-1.0.9-dash.patch
garden-1.0.9-resources.patch
garden-1.0.8-dash.patch
Log:
version bump
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1 games-action/garden/files/garden-1.0.9-dash.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/files/garden-1.0.9-dash.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/files/garden-1.0.9-dash.patch?rev=1.1&content-type=text/plain
Index: garden-1.0.9-dash.patch
===================================================================
--- configure.ac.orig 2015-05-04 14:48:03.467935640 -0400
+++ 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"])
1.1 games-action/garden/files/garden-1.0.9-resources.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/files/garden-1.0.9-resources.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/files/garden-1.0.9-resources.patch?rev=1.1&content-type=text/plain
Index: garden-1.0.9-resources.patch
===================================================================
--- Makefile.am.orig 2015-05-04 16:57:07.510191036 -0400
+++ 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
1.1 games-action/garden/files/garden-1.0.8-dash.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/files/garden-1.0.8-dash.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/files/garden-1.0.8-dash.patch?rev=1.1&content-type=text/plain
Index: garden-1.0.8-dash.patch
===================================================================
--- configure.ac.orig 2015-05-04 14:48:03.467935640 -0400
+++ 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"])