1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Make this compile with tcl75 in /usr/lib. Remove the part that

says tcl is in /usr/local.
This commit is contained in:
Satoshi Asami 1996-10-16 08:34:35 +00:00
parent f34fe62400
commit 2680923f54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4005

View File

@ -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: