summaryrefslogtreecommitdiff
path: root/packages/guile/files/configure-lossage.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-14 16:57:55 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-14 16:57:55 +0000
commit7713aa12b2cf98e263201b70868006682c96efb5 (patch)
tree651dc908f77a3468aa44a1efa58254f3eaa21773 /packages/guile/files/configure-lossage.patch
parent52f33062c8855975ea6858df388e76e9eb2c9752 (diff)
guile: drop nonworking version 1.6.4 and its patches and close 3503.
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)