diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-24 04:18:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-24 04:18:46 +0000 |
commit | 486764a530fa32c4fd44250dd54b0b60ce46e6d6 (patch) | |
tree | 9a7f7d82682b23d2765227997a2258af727b95e0 /lang/tcl84/files/patch-tcl.m4 | |
parent | fix for updating japanese/Canna (diff) |
update ports after rep after reprocopy:
ports/lang/tcl83 to ports/lang/tcl84
ports/x11-toolkits/tk83 to ports/x11-toolkits/tk84
CATEGORIES stripped, no "tcl84" and "tk84" entrys.
Notes
Notes:
svn path=/head/; revision=50454
Diffstat (limited to 'lang/tcl84/files/patch-tcl.m4')
-rw-r--r-- | lang/tcl84/files/patch-tcl.m4 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/tcl84/files/patch-tcl.m4 b/lang/tcl84/files/patch-tcl.m4 deleted file mode 100644 index 7341faab013e..000000000000 --- a/lang/tcl84/files/patch-tcl.m4 +++ /dev/null @@ -1,22 +0,0 @@ ---- tcl.m4.orig Sat Oct 20 02:24:15 2001 -+++ tcl.m4 Sat Nov 10 20:17:34 2001 -@@ -952,16 +952,16 @@ - FreeBSD-*) - # FreeBSD 3.* and greater have ELF. - SHLIB_CFLAGS="-fPIC" -- SHLIB_LD="ld -Bshareable -x" -+ SHLIB_LD="ld -shared -x -soname \$@" - SHLIB_LD_LIBS="" - SHLIB_SUFFIX=".so" - DL_OBJS="tclLoadDl.o" - DL_LIBS="" -- LDFLAGS="-export-dynamic" -+ LDFLAGS="" - LD_SEARCH_FLAGS="" - # 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 - ;; - Rhapsody-*|Darwin-*) |