summaryrefslogtreecommitdiff
path: root/x11-fm/tkdesk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-10-28 06:11:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-10-28 06:11:59 +0000
commit472b55a771cb6b6e8240d42f605acdb5be8d730c (patch)
treee5764cc939416d5c076ca614307a1fe39f6552aa /x11-fm/tkdesk
parentRemove bogus *alloc() declarations so this one compiles. (diff)
Make this port work again in the post-tcl world.
Notes
Notes: svn path=/head/; revision=8371
Diffstat (limited to 'x11-fm/tkdesk')
-rw-r--r--x11-fm/tkdesk/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-fm/tkdesk/files/patch-aa b/x11-fm/tkdesk/files/patch-aa
index 976f8a5a3f15..d9fdaf0ab465 100644
--- a/x11-fm/tkdesk/files/patch-aa
+++ b/x11-fm/tkdesk/files/patch-aa
@@ -31,10 +31,10 @@ Index: Makefile
# Location of the Tcl include files:
-TCLINCDIR = /usr/include/tcl # Linux with Slackware 3.0
--#TCLINCDIR = /usr/local/include
+ #TCLINCDIR = /usr/local/include
+#TCLINCDIR = /usr/include/tcl # Linux with Slackware 3.0
-+TCLINCDIR = /usr/local/include
- #TCLINCDIR = /usr/local/include/tcl7.5
+-#TCLINCDIR = /usr/local/include/tcl7.5
++TCLINCDIR = /usr/local/include/tcl7.5
#TCLINCDIR = $(HOME)/include
# Location of the Tcl library:
@@ -62,7 +62,7 @@ Index: Makefile
-TKINCDIR = /usr/include/tcl # Linux with Slackware 3.0
-#TKINCDIR = /usr/local/include
+#TKINCDIR = /usr/include/tcl # Linux with Slackware 3.0
-+TKINCDIR = /usr/local/include
++TKINCDIR = /usr/local/include/tk4.1
#TKINCDIR = /usr/local/include/tcl7.5
#TKINCDIR = $(HOME)/include
@@ -224,7 +224,7 @@ Index: malloc.c
+ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
+ * ----------------------------------------------------------------------------
+ *
-+ * $Id: patch-aa,v 1.3 1996/11/12 04:54:09 max Exp $
++ * $Id: patch-aa,v 1.4 1997/04/21 06:27:52 asami Exp $
+ *
+ */
+