mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
13 lines
418 B
Text
13 lines
418 B
Text
--- unix/configure.orig 2024-12-05 13:33:57 UTC
|
|
+++ unix/configure
|
|
@@ -7320,6 +7320,10 @@ fi
|
|
|
|
case $system in
|
|
DragonFly-*|FreeBSD-*)
|
|
+ SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,-soname,\$@"
|
|
+ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
|
|
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1'
|
|
+ TCL_LIB_VERSIONS_OK=nodots
|
|
if test "${TCL_THREADS}" = "1"; then
|
|
|
|
# The -pthread needs to go in the LDFLAGS, not LIBS
|