]> git.pld-linux.org Git - packages/BitchX.git/blame - BitchX-versioned-tcl.patch
- use long as return type on 64-bit arch
[packages/BitchX.git] / BitchX-versioned-tcl.patch
CommitLineData
8d27b8a5 1--- BitchX/configure.in.orig Wed Feb 12 23:41:53 2003
2+++ BitchX/configure.in Wed Feb 12 23:42:47 2003
3536c25c 3@@ -575,7 +575,7 @@
4 tcllib=`echo $tcllib | sed s@.a@@`
5 tcllib=`echo $tcllib | sed s@libtcl@tcl@`
6 tclpath=`echo $file | sed s@"$testname"@@`
7- TCL_LIBS="-l$tcllib -L$tclpath"
8+ TCL_LIBS="$LIBS -L$withval -ltcl8.3"
9 AC_MSG_RESULT(yes)
10 fi
11 fi
This page took 0.100872 seconds and 4 git commands to generate.