summaryrefslogtreecommitdiff
path: root/lang/tcl82/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-09-15 02:51:10 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-09-15 02:51:10 +0000
commitaacf2f6e764bbb10f722254988e9143c600b3a44 (patch)
tree8d877a2c225f10c4811e1bb6a3484096f1db7038 /lang/tcl82/files
parentConvert to Elf. (diff)
Changes for ELF
Diffstat (limited to 'lang/tcl82/files')
-rw-r--r--lang/tcl82/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/tcl82/files/patch-ab b/lang/tcl82/files/patch-ab
new file mode 100644
index 000000000000..9d382306a052
--- /dev/null
+++ b/lang/tcl82/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