summaryrefslogtreecommitdiff
path: root/editors/vigor/patches/patch-ab
blob: b5c7e99b00b0d9aaa63095535cd2351d543d52cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.5 2005/11/03 21:24:29 rillig Exp $

--- build/configure.orig	2000-05-02 21:27:53.000000000 -0500
+++ build/configure
@@ -1852,10 +1852,11 @@ else
   echo "$ac_t""no" 1>&6
 fi
 
-LIBS="$LIBS -lm"
+. $TCLCONFIG_SH
+LIBS="$LIBS $TCL_LIBS"
 
 echo $ac_n "checking for library containing Tcl_Init""... $ac_c" 1>&6
-echo "configure:1859: checking for library containing Tcl_Init" >&5
+echo "configure:1860: checking for library containing Tcl_Init" >&5
 if eval "test \"`echo '$''{'ac_cv_search_Tcl_Init'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else