summaryrefslogtreecommitdiffstats
path: root/math/siag/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/siag/files/patch-ab')
-rw-r--r--math/siag/files/patch-ab42
1 files changed, 35 insertions, 7 deletions
diff --git a/math/siag/files/patch-ab b/math/siag/files/patch-ab
index d138093..709c0b0 100644
--- a/math/siag/files/patch-ab
+++ b/math/siag/files/patch-ab
@@ -1,11 +1,39 @@
---- configure.orig Wed Mar 3 08:53:51 1999
-+++ configure Sun Mar 7 11:00:55 1999
-@@ -4554,7 +4554,7 @@
+--- configure.orig Thu Jun 24 01:27:01 1999
++++ configure Fri Jun 25 14:08:04 1999
+@@ -4316,7 +4316,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lguile `guile-config link` $LIBS"
++LIBS="-lguile `guile-config link | sed s@-ltermcap@@` $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 4322 "configure"
+ #include "confdefs.h"
+@@ -4344,13 +4344,13 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- LIBGUILE=`guile-config link`
++ LIBGUILE=`guile-config link | sed s@-ltermcap@@`
+ else
+ echo "$ac_t""no" 1>&6
+ fi
- fi
- if test "$LIBGUILE" != ""; then
-- GUILE="-DGUILE"
-+ GUILE="-DGUILE -I$LOCALBASE/include"
+ if test "$LIBGUILE" != ""; then
+- GUILE="-DGUILE"
++ GUILE="-DGUILE -I$LOCALBASE/include"
+ fi
fi
fi
+@@ -4571,10 +4571,7 @@
+
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+- echo "$ac_t""yes" 1>&6
+- cat >> confdefs.h <<\EOF
+-#define HAVE_XCREATEIC 1
+-EOF
++echo "$ac_t""yes, but we don't want to use it yet" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
OpenPOWER on IntegriCloud