diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-15 01:04:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-15 01:04:33 +0000 |
commit | f8a37e2da6f49cab087de1b623aa9e03155d1038 (patch) | |
tree | a115c024806642da976e325414d74e04ac3ebace /lang/tclX80/files/patch-aa | |
parent | As previously announced, remove lang/ruby-python. Its dependendencies are (diff) |
As previously announced, remove lang/tclX80. It is no longer used by any
other port, and it is supplanted by lang/tclX.
Notes
Notes:
svn path=/head/; revision=109175
Diffstat (limited to 'lang/tclX80/files/patch-aa')
-rw-r--r-- | lang/tclX80/files/patch-aa | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lang/tclX80/files/patch-aa b/lang/tclX80/files/patch-aa deleted file mode 100644 index 525035589140..000000000000 --- a/lang/tclX80/files/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ ---- Config.mk.orig Sun Dec 6 21:47:30 1998 -+++ Config.mk Fri Aug 27 09:38:06 1999 -@@ -56,10 +56,10 @@ - # to ${TCL_LIB_SPEC}. - # - --TCL_SRC=${srcbasedir}/../tcl8.0.4 --TCL_BUILD=${bldbasedir}/../tcl8.0.4 --TCL_CONFIG=${TCL_BUILD}/unix/tclConfig.sh --TCL_LIB=${TCL_BUILD_LIB_SPEC} -+TCL_SRC=${prefix}/include/tcl8.0 -+TCL_BUILD= -+TCL_CONFIG=${prefix}/lib/tcl8.0/tclConfig.sh -+TCL_LIB=${TCL_LIB_SPEC} - - #------------------------------------------------------------------------------ - # Unless configure is going to be run with --enable-tk=NO, these defines must -@@ -68,10 +68,10 @@ - # neccessary to link with the Tk shared library (libtk8.0.so). If you want to - # use the installed Tk library, set TK_LIB to ${TK_LIB_SPEC}. - --TK_SRC=${srcbasedir}/../tk8.0.4 --TK_BUILD=${bldbasedir}/../tk8.0.4 --TK_CONFIG=${TK_BUILD}/unix/tkConfig.sh --TK_LIB=${TK_BUILD_LIB_SPEC} -+TK_SRC=${prefix}/include/tk8.0 -+TK_BUILD= -+TK_CONFIG=${prefix}/lib/tk8.0/tkConfig.sh -+TK_LIB=${TK_LIB_SPEC} - - #------------------------------------------------------------------------------ - # C compiler and debug/optimization/profiling flag to use. Set by configure, |