27 lines
955 B
Text
27 lines
955 B
Text
$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 ###
|