summaryrefslogtreecommitdiff
path: root/editors/vigor/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vigor/patches/patch-ac')
-rw-r--r--editors/vigor/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/vigor/patches/patch-ac b/editors/vigor/patches/patch-ac
new file mode 100644
index 00000000000..bfed6885e26
--- /dev/null
+++ b/editors/vigor/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2005/01/22 02:35:44 minskim Exp $
+
+--- configure.in.orig 2000-05-02 21:27:52.000000000 -0500
++++ configure.in
+@@ -243,7 +243,8 @@ dnl Make sure we can find a Tcl/Tk inter
+ LIBOBJS="tcl.o $LIBOBJS"
+ dnl GNU/Linux Tcl requires -ldl
+ AC_CHECK_LIB(dl,dlopen)
+-LIBS="$LIBS -lm"
++. $TCLCONFIG_SH
++LIBS="$LIBS $TCL_LIBS"
+ AC_SEARCH_LIBS(Tcl_Init,tcl tcl82 tcl8.2 tcl80 tcl8.0,,dnl
+ AC_MSG_ERROR([Tcl is required for Vigor but could not be located.]))
+ AC_SEARCH_LIBS(Tk_Init,tk tk82 tk8.2 tk80 tk8.0,,dnl