diff options
Diffstat (limited to 'games-action/garden/files/garden-1.0.8-underlink.patch')
-rw-r--r-- | games-action/garden/files/garden-1.0.8-underlink.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games-action/garden/files/garden-1.0.8-underlink.patch b/games-action/garden/files/garden-1.0.8-underlink.patch new file mode 100644 index 000000000000..bd25a4d57384 --- /dev/null +++ b/games-action/garden/files/garden-1.0.8-underlink.patch @@ -0,0 +1,19 @@ +--- bin/Makefile.am.old 2011-06-22 18:16:30.654661047 +0200 ++++ bin/Makefile.am 2011-06-22 18:16:55.662251326 +0200 +@@ -9,6 +9,7 @@ + garden_LDFLAGS = -static + else #unix version :-) + AM_CPPFLAGS = -D'DATADIR="@DATADIR_NAME@"' ++garden_LDADD = -lm + endif + + #how to build resources? +--- Makefile.am.old 2011-06-22 18:19:37.787560851 +0200 ++++ Makefile.am 2011-06-22 18:19:44.078960907 +0200 +@@ -1,5 +1,5 @@ + ACLOCAL_AMFLAGS= -I m4 +-SUBDIRS = bin resources ++SUBDIRS = bin + + if NO_EXISTING_DATA + SUBDIRS += data |