summaryrefslogtreecommitdiff
path: root/net/tcpillust/patches
diff options
context:
space:
mode:
authorjwise <jwise>2000-08-31 15:02:25 +0000
committerjwise <jwise>2000-08-31 15:02:25 +0000
commita0901cd03bc37bc97256022ae375b9595637f604 (patch)
tree73dd03b979cc7fc4eae8cc58a6fa96d5bd02bcb7 /net/tcpillust/patches
parent07f76d8f5bb5196b9eebb96b0df14d64137f6ea8 (diff)
downloadpkgsrc-a0901cd03bc37bc97256022ae375b9595637f604.tar.gz
Adapt this package to tk-8.3.2.
Diffstat (limited to 'net/tcpillust/patches')
-rw-r--r--net/tcpillust/patches/patch-ac77
1 files changed, 77 insertions, 0 deletions
diff --git a/net/tcpillust/patches/patch-ac b/net/tcpillust/patches/patch-ac
new file mode 100644
index 00000000000..87ce932667b
--- /dev/null
+++ b/net/tcpillust/patches/patch-ac
@@ -0,0 +1,77 @@
+$NetBSD: patch-ac,v 1.1 2000/08/31 15:12:12 jwise Exp $
+--- configure.orig Fri Apr 21 13:31:26 2000
++++ configure Thu Aug 31 10:59:50 2000
+@@ -668,7 +668,7 @@
+ unset ac_cv_lib_tcl_Tcl_Init
+ unset ac_cv_lib_tcl80_Tcl_Init
+ unset ac_cv_lib_tcl81_Tcl_Init
+- unset ac_cv_lib_tcl82_Tcl_Init
++ unset ac_cv_lib_tcl83_Tcl_Init
+ unset ac_cv_lib_tcl80jp_Tcl_Init
+ LIBS="-L$ac_dir -lm"
+ echo $ac_n "checking for tcllib""... $ac_c" 1>&6
+@@ -787,14 +787,14 @@
+ tcllib=tcl81;break
+ else
+ echo "$ac_t""no" 1>&6
+-echo $ac_n "checking for Tcl_Init in -ltcl82""... $ac_c" 1>&6
+-echo "configure:792: checking for Tcl_Init in -ltcl82" >&5
+-ac_lib_var=`echo tcl82'_'Tcl_Init | sed 'y%./+-%__p_%'`
++echo $ac_n "checking for Tcl_Init in -ltcl83""... $ac_c" 1>&6
++echo "configure:792: checking for Tcl_Init in -ltcl83" >&5
++ac_lib_var=`echo tcl83'_'Tcl_Init | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-ltcl82 $LIBS"
++LIBS="-ltcl83 $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 800 "configure"
+ #include "confdefs.h"
+@@ -822,7 +822,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- tcllib=tcl82;break
++ tcllib=tcl83;break
+ else
+ echo "$ac_t""no" 1>&6
+ echo $ac_n "checking for Tcl_Init in -ltcl80jp""... $ac_c" 1>&6
+@@ -1203,7 +1203,7 @@
+ unset ac_cv_lib_tk_Tk_Init
+ unset ac_cv_lib_tk42_Tk_Init
+ unset ac_cv_lib_tk80_Tk_Init
+- unset ac_cv_lib_tk82_Tk_Init
++ unset ac_cv_lib_tk83_Tk_Init
+ unset ac_cv_lib_tk80jp_Tk_Init
+ LIBS="-L$ac_dir -L$x_libraries -L$tcllibdir -lX11 -l$tcllib -lm"
+ echo $ac_n "checking for tklib""... $ac_c" 1>&6
+@@ -1322,14 +1322,14 @@
+ tklib=tk80;break
+ else
+ echo "$ac_t""no" 1>&6
+-echo $ac_n "checking for Tk_Init in -ltk82""... $ac_c" 1>&6
+-echo "configure:1327: checking for Tk_Init in -ltk82" >&5
+-ac_lib_var=`echo tk82'_'Tk_Init | sed 'y%./+-%__p_%'`
++echo $ac_n "checking for Tk_Init in -ltk83""... $ac_c" 1>&6
++echo "configure:1327: checking for Tk_Init in -ltk83" >&5
++ac_lib_var=`echo tk83'_'Tk_Init | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-ltk82 $LIBS"
++LIBS="-ltk83 $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 1335 "configure"
+ #include "confdefs.h"
+@@ -1357,7 +1357,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- tklib=tk82;break
++ tklib=tk83;break
+ else
+ echo "$ac_t""no" 1>&6
+ echo $ac_n "checking for Tk_Init in -ltk80jp""... $ac_c" 1>&6