diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-10-28 06:11:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-10-28 06:11:59 +0000 |
commit | 472b55a771cb6b6e8240d42f605acdb5be8d730c (patch) | |
tree | e5764cc939416d5c076ca614307a1fe39f6552aa /x11-fm | |
parent | ae0f44b450ec554eaddb48ff884fc75377076a27 (diff) | |
download | ports-472b55a771cb6b6e8240d42f605acdb5be8d730c.tar.gz ports-472b55a771cb6b6e8240d42f605acdb5be8d730c.zip |
Notes
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 $ + * + */ + |