diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 16:33:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 16:33:03 +0800 |
commit | 5ec90d5fa553d7f7ce0933ae00e54d896fa7b5f0 (patch) | |
tree | 411412b7ea927d7cb9186c2a1fb9742b89d6ff21 /x11-toolkits/blt | |
parent | 964be8aa897ffde6a3a6ade074f7f59ea8708d0e (diff) | |
download | freebsd-ports-graphics-5ec90d5fa553d7f7ce0933ae00e54d896fa7b5f0.tar.gz freebsd-ports-graphics-5ec90d5fa553d7f7ce0933ae00e54d896fa7b5f0.tar.zst freebsd-ports-graphics-5ec90d5fa553d7f7ce0933ae00e54d896fa7b5f0.zip |
Make this compile with tcl75 in /usr/lib. Make sure it won't accidentally
pick up libtclx as a valid tcl library (well, it matches "libtcl*") from
/usr/local/lib. Use the value once it's found.
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r-- | x11-toolkits/blt/files/patch-aa | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/x11-toolkits/blt/files/patch-aa b/x11-toolkits/blt/files/patch-aa index 8118e44967c..e243ec9db2b 100644 --- a/x11-toolkits/blt/files/patch-aa +++ b/x11-toolkits/blt/files/patch-aa @@ -9,18 +9,17 @@ else prefix=$PREFIX fi -@@ -2192,9 +2192,8 @@ - TCLLIBDIR="__Edit_${saveFile}__" - echo "$ac_t""no" 1>&6 - fi --if test "$TCLLIBDIR" != "/usr/lib" ; then -- TCLLIBSW="-L$TCLLIBDIR -ltcl${TCL_VERSION}" --fi -+ -+TCLLIBSW=$TCL_LIB_SPEC - - - +@@ -2165,8 +2165,8 @@ + blt_path_tcl_lib="$dir/itcl" + break + fi +- libnames=`echo $dir/libtcl*` +- if test "$libnames" != "$dir/libtcl*" ; then ++ libnames=`echo $dir/libtcl75*` ++ if test "$libnames" != "$dir/libtcl75*" ; then + blt_path_tcl_lib=$dir + break + fi @@ -2312,10 +2311,7 @@ echo "$ac_t""no" 1>&6 fi |