summaryrefslogtreecommitdiff
path: root/misc/nxtvepg/patches/patch-ae
blob: f5812d3c45743ceaf7829204cc9f7befb503d2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$NetBSD: patch-ae,v 1.8 2004/03/12 20:32:55 magick Exp $

--- Makefile.bsd.orig	2003-04-21 00:10:22.000000000 +0200
+++ Makefile.bsd
@@ -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)
-WANT_THREADS    = 1 # uncomment to force process based implementation
+#WANT_THREADS    = 1 # uncomment to force process based implementation
 
-PTHREAD         = -pthread
+#PTHREAD         = -pthread
 
 
 ### Common part for all UN*X variants  ###