summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilherme Lima Bernal <lb-guilherme@live.com>2014-01-03 11:19:34 (GMT)
committerGuilherme Lima Bernal <lb-guilherme@live.com>2014-01-03 11:19:34 (GMT)
commit733a8f7f4d0b4a527b7fe4105d961a6f8524a823 (patch)
tree3fc315185e64e6f42f10a13f2e5292f79a94cf2b
parent59c940ea690bce7096cbffc92cf6b6bbd253b304 (diff)
downloadmxe-733a8f7f4d0b4a527b7fe4105d961a6f8524a823.zip
mxe-733a8f7f4d0b4a527b7fe4105d961a6f8524a823.tar.gz
mxe-733a8f7f4d0b4a527b7fe4105d961a6f8524a823.tar.bz2
fix package guile
The configuration file have changed since last version and it now compiles fine without the patch (but fails with it because patch is outdated)
-rw-r--r--src/guile-1-win32.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/guile-1-win32.patch b/src/guile-1-win32.patch
index 92de511..4d64821 100644
--- a/src/guile-1-win32.patch
+++ b/src/guile-1-win32.patch
@@ -1,27 +1,6 @@
This file is part of MXE.
See index.html for further information.
-diff -ruN guile-1.8.7.orig/configure guile-1.8.7/configure
---- guile-1.8.7.orig/configure 2009-07-05 22:25:00.000000000 +0200
-+++ guile-1.8.7/configure 2010-04-10 07:35:25.000000000 +0200
-@@ -35057,6 +35057,7 @@
- $as_echo_n "checking whether pthread_attr_getstack works for the main thread... " >&6; }
- old_CFLAGS="$CFLAGS"
- CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
-+if test "$cross_compiling" = "no"; then
- if test "$cross_compiling" = yes; then
- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
- $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-@@ -35140,6 +35141,9 @@
- fi
-
-
-+else
-+works=no
-+fi
- CFLAGS="$old_CFLAGS"
- { $as_echo "$as_me:$LINENO: result: $works" >&5
- $as_echo "$works" >&6; }
diff -ruN guile-1.8.7.orig/guile-readline/configure guile-1.8.7/guile-readline/configure
--- guile-1.8.7.orig/guile-readline/configure 2009-07-05 22:24:45.000000000 +0200
+++ guile-1.8.7/guile-readline/configure 2010-04-10 07:36:18.000000000 +0200