diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-15 02:51:10 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-15 02:51:10 +0000 |
commit | aacf2f6e764bbb10f722254988e9143c600b3a44 (patch) | |
tree | 8d877a2c225f10c4811e1bb6a3484096f1db7038 /lang/tcl84 | |
parent | 380961dbc946a3e622eed4fcca90dea47f5d65c2 (diff) | |
download | ports-aacf2f6e764bbb10f722254988e9143c600b3a44.tar.gz ports-aacf2f6e764bbb10f722254988e9143c600b3a44.zip |
Notes
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/files/patch-ab | 14 | ||||
-rw-r--r-- | lang/tcl84/pkg-plist | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/tcl84/files/patch-ab b/lang/tcl84/files/patch-ab new file mode 100644 index 000000000000..9d382306a052 --- /dev/null +++ b/lang/tcl84/files/patch-ab @@ -0,0 +1,14 @@ +--- configure.orig Tue Feb 24 02:02:51 1998 ++++ configure Tue Sep 15 02:45:28 1998 +@@ -4535,7 +4535,11 @@ + DL_LIBS="" + LD_FLAGS="" + LD_SEARCH_FLAGS="" ++ if eval "test \"`echo ${PORTOBJFORMAT}`\" = elf"; then ++ TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1' ++ else + TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.0' ++ fi + + else + echo "$ac_t""no" 1>&6 diff --git a/lang/tcl84/pkg-plist b/lang/tcl84/pkg-plist index eb26f79afd0d..e68c86052a67 100644 --- a/lang/tcl84/pkg-plist +++ b/lang/tcl84/pkg-plist @@ -11,7 +11,7 @@ include/tcl8.1/generic/tclRegexp.h include/tcl8.1/tcl.h include/tcl8.1/unix/tclUnixPort.h lib/libtcl81.a -lib/libtcl81.so.1.0 +lib/libtcl81.so.1 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R lib/tcl8.1/auto.tcl |