summaryrefslogtreecommitdiff
path: root/packages/guile/files/configure-lossage.patch
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-08-15 23:26:52 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-08-15 23:26:52 +0000
commitd7227f99b10c4dae4bb5a9ac778d6e8ed95cb9c5 (patch)
tree2cb6cedd52d0c05da488a64633f9523b99f5a790 /packages/guile/files/configure-lossage.patch
parentc0c8fce62731669a30d7e54256a2717bc4a071ca (diff)
parenta0f8f7ba45003db8d68b7844e535d3ae6020d7ce (diff)
merge of 'a54a6607517e20ec074b70c4070cfa9d989624e1'
and 'df64369ee8c68fc382142171ee6ae2a6494e7e74'
Diffstat (limited to 'packages/guile/files/configure-lossage.patch')
-rw-r--r--packages/guile/files/configure-lossage.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/guile/files/configure-lossage.patch b/packages/guile/files/configure-lossage.patch
deleted file mode 100644
index da1d0de6e7..0000000000
--- a/packages/guile/files/configure-lossage.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- guile-1.6.4/configure.in~configure-lossage
-+++ guile-1.6.4/configure.in
-@@ -462,7 +462,9 @@
- # explicitly to LIBOBJS to make sure that it is translated to
- # `alloca.lo' for libtool later on. This can and should be done more cleanly.
- AC_FUNC_ALLOCA
--if test "$ALLOCA" = "alloca.o"; then AC_LIBOBJ([alloca]); fi
-+if test "$ALLOCA" = "alloca.o"; then
-+ AC_LIBOBJ([alloca])
-+fi
-
- AC_CHECK_MEMBERS([struct stat.st_rdev])
- AC_CHECK_MEMBERS([struct stat.st_blksize])
---- guile-1.6.4/guile-readline/configure.in~configure-lossage
-+++ guile-1.6.4/guile-readline/configure.in
-@@ -2,6 +2,7 @@
-
- AC_INIT
- AC_CONFIG_SRCDIR([readline.c])
-+AC_CONFIG_AUX_DIR([..])
- . $srcdir/../GUILE-VERSION
- PACKAGE=guile-readline
- AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)