1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/siag/files/patch-ab
Chris Piazza 4110f50b53 Update to 3.1.18 and un-BROKEN it.
PR:	12352
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-06-25 21:17:46 +00:00

40 lines
971 B
Plaintext

--- 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
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