summaryrefslogtreecommitdiff
path: root/community/sk1/build-fix.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-25 02:32:08 -0800
committerroot <root@rshg054.dnsready.net>2012-12-25 02:32:08 -0800
commit6fbdd2899f39266e458531dcffefb85b9ce8d1b9 (patch)
tree7d290e717ddd4dab90362a017be197c551dd2ae0 /community/sk1/build-fix.patch
parent6003fa8908f984a4696fade78b69a8803eabcc6c (diff)
Tue Dec 25 02:27:55 PST 2012
Diffstat (limited to 'community/sk1/build-fix.patch')
-rw-r--r--community/sk1/build-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sk1/build-fix.patch b/community/sk1/build-fix.patch
index 37bc8e135..caf3369ee 100644
--- a/community/sk1/build-fix.patch
+++ b/community/sk1/build-fix.patch
@@ -8,7 +8,7 @@ diff -wbBur sK1-0.9.1pre/setup.py sK1-0.9.1pre.my/setup.py
- tcl_include_dirs = []
- tcl_ver=''
+ tcl_include_dirs = ['/usr/include']
-+ tcl_ver='8.5'
++ tcl_ver='8.6'
if os.path.isdir('/usr/include/tcl8.5'):
tcl_include_dirs = ['/usr/include/tcl8.5']
tcl_ver ='8.5'