summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch')
-rw-r--r--games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch b/games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch
deleted file mode 100644
index 69cff8fa319d..000000000000
--- a/games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-At least for autoconf-2.69 AS_INIT is called by AC_INIT.
-
-When using /bin/dash calling AS_INIT directly leads to infinite
-reexec loop.
-
-Gentoo-bug: http://bugs.gentoo.org/475248
-diff --git a/configure.ac b/configure.ac
-index eb0002f..6c77ef9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -5,7 +5,7 @@ AC_PREREQ(2.62)
- AC_INIT([GARDEN],
- [1.0.8],
- [bubla@users.sourceforge.net])
--AS_INIT
-+
- AC_CONFIG_AUX_DIR([build-aux])
- AM_INIT_AUTOMAKE([-Wall])
- AC_CONFIG_SRCDIR([src/input.h])