diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-21 03:13:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-21 03:13:44 +0000 |
commit | 087a4030241ccec62ce33c36aef4777a8c4155f9 (patch) | |
tree | ab05827637e7953644f973f2c07f1febf7c1038e /lang/tcl83/files/patch-tcl.m4 | |
parent | Install the Operarion Manual as share/doc/sendmail/op.ps (diff) |
Update to tcl 8.3.4
More encodings are inculded into the release
Notes
Notes:
svn path=/head/; revision=49015
Diffstat (limited to 'lang/tcl83/files/patch-tcl.m4')
-rw-r--r-- | lang/tcl83/files/patch-tcl.m4 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/tcl83/files/patch-tcl.m4 b/lang/tcl83/files/patch-tcl.m4 index b081b46ad2b5..d546861e60d5 100644 --- a/lang/tcl83/files/patch-tcl.m4 +++ b/lang/tcl83/files/patch-tcl.m4 @@ -1,15 +1,16 @@ ---- tcl.m4.orig Fri Apr 6 20:51:46 2001 -+++ tcl.m4 Tue Aug 14 09:24:56 2001 -@@ -890,8 +890,11 @@ +--- tcl.m4.orig Sat Oct 20 02:24:15 2001 ++++ tcl.m4 Sat Oct 20 10:47:49 2001 +@@ -957,11 +957,11 @@ SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" DL_LIBS="" - LDFLAGS="-export-dynamic" + LDFLAGS="" LD_SEARCH_FLAGS="" -+ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a' + # FreeBSD doesn't handle version numbers with dots. + UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a' +- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' + SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1' -+ TCL_LIB_VERSIONS_OK=nodots + TCL_LIB_VERSIONS_OK=nodots ;; Rhapsody-*|Darwin-*) - SHLIB_CFLAGS="-fno-common" |