diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 08:34:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 08:34:35 +0000 |
commit | 1aa2083225179c4b8e2eec012862fbd108d625c9 (patch) | |
tree | c75262e85572e4e4c794ee4108b58a393e855f7e /x11-fm/tkdesk | |
parent | 59c3ea93b2ff392fdeb8aea88c79618378d29cf0 (diff) | |
download | FreeBSD-ports-1aa2083225179c4b8e2eec012862fbd108d625c9.zip FreeBSD-ports-1aa2083225179c4b8e2eec012862fbd108d625c9.tar.gz |
Make this compile with tcl75 in /usr/lib. Remove the part that
says tcl is in /usr/local.
Diffstat (limited to 'x11-fm/tkdesk')
-rw-r--r-- | x11-fm/tkdesk/files/patch-aa | 38 |
1 files changed, 2 insertions, 36 deletions
diff --git a/x11-fm/tkdesk/files/patch-aa b/x11-fm/tkdesk/files/patch-aa index 06d7427..06fce5c 100644 --- a/x11-fm/tkdesk/files/patch-aa +++ b/x11-fm/tkdesk/files/patch-aa @@ -18,24 +18,7 @@ # Else: Just change the options below. *************** -*** 35,71 **** - # -------------------------------- - - # Location of the Tcl include files: -! TCLINCDIR = /usr/include/tcl # Linux with Slackware 3.0 -! #TCLINCDIR = /usr/local/include - #TCLINCDIR = /usr/local/include/tcl7.5 - #TCLINCDIR = $(HOME)/include - - # Location of the Tcl library: -! TCLLIBDIR = /usr/lib -! #TCLLIBDIR = /usr/local/lib - #TCLLIBDIR = $(HOME)/lib - - # Flag for linking the Tcl library to TkDesk: -! TCLLIB = -ltcl - #TCLLIB = -ltcl7.4 -! #TCLLIB = -ltcl7.5 +*** 52,71 **** #TCLLIB = -ltcl7_4 # Location of the Tk include files: @@ -56,24 +39,7 @@ #TKLIB = -ltk4_0 # -------------------------------- ---- 35,71 ---- - # -------------------------------- - - # Location of the Tcl include files: -! #TCLINCDIR = /usr/include/tcl # Linux with Slackware 3.0 -! TCLINCDIR = /usr/local/include - #TCLINCDIR = /usr/local/include/tcl7.5 - #TCLINCDIR = $(HOME)/include - - # Location of the Tcl library: -! #TCLLIBDIR = /usr/lib -! TCLLIBDIR = /usr/local/lib - #TCLLIBDIR = $(HOME)/lib - - # Flag for linking the Tcl library to TkDesk: -! #TCLLIB = -ltcl - #TCLLIB = -ltcl7.4 -! TCLLIB = -ltcl75 +--- 52,71 ---- #TCLLIB = -ltcl7_4 # Location of the Tk include files: |