summaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-ah
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-25 18:34:01 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-25 18:34:01 +0000
commita1d94b37d5e4eae5278ec6ab5579acaee1e3b234 (patch)
tree0ff86db0f53148098befde196e8bde7237e2baab /lang/gcl/files/patch-ah
parentSwitch to tcl/tk 8.2 (diff)
Unbreak and upgrade to gcl-2.3
Diffstat (limited to 'lang/gcl/files/patch-ah')
-rw-r--r--lang/gcl/files/patch-ah22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-ah b/lang/gcl/files/patch-ah
new file mode 100644
index 000000000000..148995192c04
--- /dev/null
+++ b/lang/gcl/files/patch-ah
@@ -0,0 +1,22 @@
+--- configure.orig Thu Nov 11 11:19:54 1999
++++ configure Thu Nov 25 13:04:20 1999
+@@ -1956,7 +1956,8 @@
+ old)
+ use=dos-go32;;
+
+- *86*-freebsd)
++ *86*-freebsd*)
++ MPI_FILE=mpi-386_no_under.o
+ use=FreeBSD;;
+
+ hp3*-*hpux*)
+@@ -2340,6 +2341,9 @@
+ TK_CONFIG_PREFIX=`tclsh8.0 conftest.tcl`
+ if test -d "${TK_CONFIG_PREFIX}" ; then true; else
+ TK_CONFIG_PREFIX=`tclsh conftest.tcl`
++if test -d "${TK_CONFIG_PREFIX}" ; then true; else
++TK_CONFIG_PREFIX="unknown"
++fi
+ fi
+ fi
+ #AC_MSG_CHECKING(TK_CONFIG_PREFIX=${TK_CONFIG_PREFIX})