]> git.pld-linux.org Git - packages/ayam.git/blame - ayam-Makefile.shared.patch
- geez
[packages/ayam.git] / ayam-Makefile.shared.patch
CommitLineData
08819cfb 1--- ayam/src/Makefile.shared.org 2005-05-15 10:24:26.000000000 +0200
2+++ ayam/src/Makefile.shared 2005-06-17 09:01:01.651756720 +0200
3@@ -139,33 +139,33 @@
4
5 # Tcl/Tk
6 # Tcl directory
7-TCLDIR = ../../tcl8.2.2
8+#TCLDIR = ../../tcl8.2.2
9 #TCLDIR = ../../tcl8.0
10
11 # Tcl includes
12-TCLINC = -I$(TCLDIR)/generic
13+#TCLINC = -I$(TCLDIR)/generic
14
15 # Tcl library
16 # link options for linking with Tcl library
17-TCLLIB = -L$(TCLDIR)/unix -ltcl8.2
18+#TCLLIB = -L$(TCLDIR)/unix -ltcl8.2
19 #TCLLIB = -L$(TCLDIR)/unix -ltcl8.0
20 # if you have an installed Tcl/Tk, you probably just want:
21-#TCLLIB = -ltcl
22+TCLLIB = -ltcl
23
24 # Tk sources directory
25 # Note: You really need the Tk _sources_ in order to compile Ayam!
26-TKDIR = ../../tk8.2.2
27+#TKDIR = ../../tk8.2.2
28 #TKDIR = ../../tk8.0
29
30 # Tk includes
31-TKINC = -I$(TKDIR)/generic -I$(TKDIR)/unix
32+#TKINC = -I$(TKDIR)/generic -I$(TKDIR)/unix
33
34 # Tk library
35 # link options for linking with Tk library
36-TKLIB = -L$(TKDIR)/unix -ltk8.2
37+#TKLIB = -L$(TKDIR)/unix -ltk8.2
38 #TKLIB = -L$(TKDIR)/unix -ltk8.0
39 # if you have an installed Tcl/Tk, you probably just want:
40-#TKLIB = -ltk
41+TKLIB = -ltk
42
43
44 # X11-libs
This page took 0.080715 seconds and 4 git commands to generate.