mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
19 lines
541 B
Text
19 lines
541 B
Text
--- configure.orig 2014-08-29 15:40:10.000000000 +0200
|
|
+++ configure 2014-08-29 15:40:23.000000000 +0200
|
|
@@ -7764,15 +7764,11 @@
|
|
LDFLAGS="$LDFLAGS $PTHREAD_LIBS"
|
|
fi
|
|
|
|
- case $system in
|
|
- FreeBSD-3.*)
|
|
# Version numbers are dot-stripped by system policy.
|
|
TCL_TRIM_DOTS=`echo ${VERSION} | tr -d .`
|
|
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
|
|
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so'
|
|
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1'
|
|
TCL_LIB_VERSIONS_OK=nodots
|
|
- ;;
|
|
- esac
|
|
;;
|
|
Darwin-*)
|
|
CFLAGS_OPTIMIZE="-Os"
|