aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl86/files
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2007-06-05 21:32:06 +0800
committermm <mm@FreeBSD.org>2007-06-05 21:32:06 +0800
commit872571f22f389e513f69f3bedf98c640d182ec13 (patch)
treeaf5c4c6798a33b0488f89f479a766b7b366d8cc0 /lang/tcl86/files
parent1747c39e1e44e9b5c872fdc03a2a4e1c947f9c5f (diff)
downloadfreebsd-ports-gnome-872571f22f389e513f69f3bedf98c640d182ec13.tar.gz
freebsd-ports-gnome-872571f22f389e513f69f3bedf98c640d182ec13.tar.zst
freebsd-ports-gnome-872571f22f389e513f69f3bedf98c640d182ec13.zip
- fix shared build on -CURRENT
- change tr to ${TR} Suggested by: stas Approved by: garga (mentor)
Diffstat (limited to 'lang/tcl86/files')
-rw-r--r--lang/tcl86/files/patch-unix-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl86/files/patch-unix-configure b/lang/tcl86/files/patch-unix-configure
index 6051da49a3d0..81d45a42a74e 100644
--- a/lang/tcl86/files/patch-unix-configure
+++ b/lang/tcl86/files/patch-unix-configure
@@ -14,7 +14,7 @@
# FreeBSD 3.* and greater have ELF.
SHLIB_CFLAGS="-fPIC"
- SHLIB_LD="ld -Bshareable -x"
-+ SHLIB_LD="ld -shared -x"
++ SHLIB_LD="${CC} -shared"
+ TCL_SHLIB_LD_EXTRAS="-soname \$@"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"