diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-06 16:10:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-06 16:10:51 +0000 |
commit | d5326636ef163f2669eb5ffd130395b2c39bb98d (patch) | |
tree | a4752608a7b6982f5ed879d4514d37ca2190b20f /sysutils/lavaps | |
parent | 60e4b523f236986e994a30b7ddaf3a2a42e02722 (diff) | |
download | pkgsrc-d5326636ef163f2669eb5ffd130395b2c39bb98d.tar.gz |
Remove patch made unnecessary by passing correct flags to configure.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/patches/patch-ab | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/lavaps/patches/patch-ab b/sysutils/lavaps/patches/patch-ab deleted file mode 100644 index 734345fe287..00000000000 --- a/sysutils/lavaps/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2000/08/30 20:07:47 jwise Exp $ ---- configure.orig Sat Feb 12 00:12:48 2000 -+++ configure Wed Aug 30 15:50:44 2000 -@@ -2383,7 +2383,7 @@ - withval="$with_tcl_ver" - TCL_VERS=$withval - else -- TCL_VERS=8.0.4 -+ TCL_VERS=8.3.2 - fi - - TCL_DOTTED_HI_VERS=`echo $TCL_VERS | sed "s/\([^\.]*\)\.\([^\.]*\).*/\1.\2/"` -@@ -2401,7 +2401,7 @@ - withval="$with_tk_ver" - TK_VERS=$withval - else -- TK_VERS=8.0.4 -+ TK_VERS=8.3.2 - fi - - TK_DOTTED_HI_VERS=`echo $TK_VERS | sed "s/\([^\.]*\)\.\([^\.]*\).*/\1.\2/"` -@@ -2473,6 +2473,8 @@ - if test `uname -r | cut -c 3` -lt 6 ; then - { echo "configure: error: Sorry - only know how to build for Solaris 2.6 or later..." 1>&2; exit 1; } - fi -+ TCLTK_INCLUDES="-I${ac_default_prefix}/include -I${ac_default_prefix}/include" -+ TCLTK_LIBS="-ltcl$TCL_NODOT_HI_VERS -ltk$TK_NODOT_HI_VERS" - PLATFORM_INCLUDES="-DUSE_PROCESS_SCAN_SOLARIS" - PLATFORM_LIBS="" - PLATFORM_SUBDIRS="" |