]> git.pld-linux.org Git - packages/ayam.git/commitdiff
- fixed path for tcl/tk.
authorcieciwa <cieciwa@pld-linux.org>
Fri, 17 Jun 2005 07:53:20 +0000 (07:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ayam-Makefile.shared.patch -> 1.1

ayam-Makefile.shared.patch [new file with mode: 0644]

diff --git a/ayam-Makefile.shared.patch b/ayam-Makefile.shared.patch
new file mode 100644 (file)
index 0000000..dd1f424
--- /dev/null
@@ -0,0 +1,44 @@
+--- ayam/src/Makefile.shared.org       2005-05-15 10:24:26.000000000 +0200
++++ ayam/src/Makefile.shared   2005-06-17 09:01:01.651756720 +0200
+@@ -139,33 +139,33 @@
+ # Tcl/Tk
+ # Tcl directory
+-TCLDIR = ../../tcl8.2.2
++#TCLDIR = ../../tcl8.2.2
+ #TCLDIR = ../../tcl8.0
+ # Tcl includes
+-TCLINC = -I$(TCLDIR)/generic
++#TCLINC = -I$(TCLDIR)/generic
+ # Tcl library
+ # link options for linking with Tcl library
+-TCLLIB = -L$(TCLDIR)/unix -ltcl8.2
++#TCLLIB = -L$(TCLDIR)/unix -ltcl8.2
+ #TCLLIB = -L$(TCLDIR)/unix -ltcl8.0
+ # if you have an installed Tcl/Tk, you probably just want:
+-#TCLLIB = -ltcl
++TCLLIB = -ltcl
+ # Tk sources directory
+ # Note: You really need the Tk _sources_ in order to compile Ayam!
+-TKDIR = ../../tk8.2.2
++#TKDIR = ../../tk8.2.2
+ #TKDIR = ../../tk8.0
+ # Tk includes
+-TKINC = -I$(TKDIR)/generic -I$(TKDIR)/unix
++#TKINC = -I$(TKDIR)/generic -I$(TKDIR)/unix
+ # Tk library
+ # link options for linking with Tk library
+-TKLIB = -L$(TKDIR)/unix -ltk8.2
++#TKLIB = -L$(TKDIR)/unix -ltk8.2
+ #TKLIB = -L$(TKDIR)/unix -ltk8.0
+ # if you have an installed Tcl/Tk, you probably just want:
+-#TKLIB = -ltk
++TKLIB = -ltk
+ # X11-libs
This page took 0.085891 seconds and 4 git commands to generate.