diff options
author | asami <asami@FreeBSD.org> | 1997-10-28 14:11:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-28 14:11:59 +0800 |
commit | 86bb178a1a3b58c81162bec6a8c8444d23e261e8 (patch) | |
tree | 0b2c3ce1792d6e572ae5f47ea832489663058578 /x11-fm | |
parent | 9ef28d68df27a38bb628b946a1aeacc076c64e4e (diff) | |
download | freebsd-ports-gnome-86bb178a1a3b58c81162bec6a8c8444d23e261e8.tar.gz freebsd-ports-gnome-86bb178a1a3b58c81162bec6a8c8444d23e261e8.tar.zst freebsd-ports-gnome-86bb178a1a3b58c81162bec6a8c8444d23e261e8.zip |
Make this port work again in the post-tcl world.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/tkdesk/files/patch-aa | 10 |
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 $ + * + */ + |