updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / nxtvepg / tcl_85.patch
blob9059a6cf5708f961d5c0f0c16e8e8df28dbf0c5d
1 --- Makefile.orig 2008-02-03 20:01:14.000000000 +0100
2 +++ Makefile 2008-02-03 20:01:23.000000000 +0100
3 @@ -58,8 +58,8 @@
4 YACC = /usr/bin/yacc
6 # select Tcl/Tk version (8.5 recommended due to modernized widget appearence)
7 -TCL_VER := $(shell echo 'puts [package require Tcl]' | tclsh)
8 -#TCL_VER = 8.5
9 +#TCL_VER := $(shell echo 'puts [package require Tcl]' | tclsh)
10 +TCL_VER = 8.5
12 ifeq ($(shell test -d /usr/include/tcl$(TCL_VER) && echo YES),YES)
13 INCS += -I/usr/include/tcl$(TCL_VER)