summaryrefslogtreecommitdiff
path: root/lang/tcl85/files/patch-configure
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-02-16 09:06:55 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-02-16 09:06:55 +0000
commit1b82ba9e7252da8f058309c5d550dde9623177ae (patch)
tree3d20e50b916869033ccc5f6bd7264d45b2c5ea0d /lang/tcl85/files/patch-configure
parentsecurity/letsencrypt.sh: Update to 2015-02-15 (diff)
lang/tcl85, x11-toolkits/tk85: update to 8.5.19
Announcement: http://code.activestate.com/lists/tcl-core/15413/
Notes
Notes: svn path=/head/; revision=408982
Diffstat (limited to '')
-rw-r--r--lang/tcl85/files/patch-configure30
1 files changed, 17 insertions, 13 deletions
diff --git a/lang/tcl85/files/patch-configure b/lang/tcl85/files/patch-configure
index 94997ecbf88d..73ba15164141 100644
--- a/lang/tcl85/files/patch-configure
+++ b/lang/tcl85/files/patch-configure
@@ -1,15 +1,19 @@
---- configure.orig 2015-03-06 15:13:58 UTC
-+++ configure
-@@ -7647,7 +7647,11 @@ fi
+--- 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
;;
- FreeBSD-*)
-- # This configuration from FreeBSD Ports.
-+ # 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.${SHLIB_VERSION}'
-+ TCL_LIB_VERSIONS_OK=nodots
- SHLIB_CFLAGS="-fPIC"
- SHLIB_LD="${CC} -shared"
- SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,-soname,\$@"
+ Darwin-*)
+ CFLAGS_OPTIMIZE="-Os"