summaryrefslogtreecommitdiff
path: root/misc/nxtvepg/patches
diff options
context:
space:
mode:
authormagick <magick@pkgsrc.org>2004-03-12 20:32:55 +0000
committermagick <magick@pkgsrc.org>2004-03-12 20:32:55 +0000
commitc8fe603f1585e9fc92e39a0fab26682da19954ee (patch)
tree9684ff4d1f58d54884e7d63aebe448058139c62c /misc/nxtvepg/patches
parentc88fab7a19110d6bb743597aa032170647930ec2 (diff)
downloadpkgsrc-c8fe603f1585e9fc92e39a0fab26682da19954ee.tar.gz
Adapt to tcl/tk 8.4
Diffstat (limited to 'misc/nxtvepg/patches')
-rw-r--r--misc/nxtvepg/patches/patch-ae17
1 files changed, 14 insertions, 3 deletions
diff --git a/misc/nxtvepg/patches/patch-ae b/misc/nxtvepg/patches/patch-ae
index c4cfa4392ae..f5812d3c457 100644
--- a/misc/nxtvepg/patches/patch-ae
+++ b/misc/nxtvepg/patches/patch-ae
@@ -1,8 +1,19 @@
-$NetBSD: patch-ae,v 1.7 2003/05/18 13:45:10 magick Exp $
+$NetBSD: patch-ae,v 1.8 2004/03/12 20:32:55 magick Exp $
---- Makefile.bsd.orig 2003-05-18 15:06:57.000000000 +0200
+--- Makefile.bsd.orig 2003-04-21 00:10:22.000000000 +0200
+++ Makefile.bsd
-@@ -53,9 +53,9 @@ LDLIBS = -L$(LOCALBASE)/lib\
+@@ -45,17 +45,17 @@ WANT_USER_DBDIR = 1
+
+ # other settings
+ # On FreeBSD there is only a modified tclsh with a message to launch
+-# tclsh8.3 or tclsh8.4 , so this is hardcoded here
+-TCL_VER = 8.3
++# tclsh8.4 or tclsh8.4 , so this is hardcoded here
++TCL_VER = 8.4
+ LDLIBS = -L$(LOCALBASE)/lib\
+ -L$(X11BASE)/lib\
+- -ltk83 -ltcl83 -lX11 -lXmu -lm
++ -ltk84 -ltcl84 -lX11 -lXmu -lm
INCS += -I$(LOCALBASE)/include/tcl$(TCL_VER)\
-I$(LOCALBASE)/include/tk$(TCL_VER)