summaryrefslogtreecommitdiffstats
path: root/src/guile-1-win32.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-10-10 04:45:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-10-10 04:45:44 (GMT)
commit6506b8c0334ae081c7b44c7c0ea894246987d081 (patch)
treee804fe3f810e4084184d617d15dc9eba751ac519 /src/guile-1-win32.patch
parent108ffcc68e4856ff1471b3d9ca82f849600ff191 (diff)
downloadmxe-6506b8c0334ae081c7b44c7c0ea894246987d081.zip
mxe-6506b8c0334ae081c7b44c7c0ea894246987d081.tar.gz
mxe-6506b8c0334ae081c7b44c7c0ea894246987d081.tar.bz2
guile: enable i686-w64-mingw32 build (see #492)
Diffstat (limited to 'src/guile-1-win32.patch')
-rw-r--r--src/guile-1-win32.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/guile-1-win32.patch b/src/guile-1-win32.patch
deleted file mode 100644
index 4d64821..0000000
--- a/src/guile-1-win32.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-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
-@@ -12353,7 +12353,7 @@
- fi
-
-
--for termlib in ncurses curses termcap terminfo termlib ; do
-+for termlib in ncurses curses termcap terminfo termlib pdcurses ; do
- as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tgoto" | $as_tr_sh`
- { $as_echo "$as_me:$LINENO: checking for tgoto in -l${termlib}" >&5
- $as_echo_n "checking for tgoto in -l${termlib}... " >&6; }
-diff -ruN guile-1.8.7.orig/libguile/__scm.h guile-1.8.7/libguile/__scm.h
---- guile-1.8.7.orig/libguile/__scm.h 2009-07-04 00:18:59.000000000 +0200
-+++ guile-1.8.7/libguile/__scm.h 2010-04-10 07:58:48.000000000 +0200
-@@ -150,7 +150,7 @@
- which should be exported or imported in the resulting dynamic link
- library (DLL) in the Win32 port. */
-
--#if defined (SCM_IMPORT)
-+#if defined (SCM_IMPORT) && defined (USE_DLL_IMPORT)
- # define SCM_API __declspec (dllimport) extern
- #elif defined (SCM_EXPORT) || defined (DLL_EXPORT)
- # define SCM_API __declspec (dllexport) extern