summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk85/files/patch-unix-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 /x11-toolkits/tk85/files/patch-unix-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--x11-toolkits/tk85/files/patch-unix-configure16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/tk85/files/patch-unix-configure b/x11-toolkits/tk85/files/patch-unix-configure
index 6bd6e10f12e3..3d6cf00b1d82 100644
--- a/x11-toolkits/tk85/files/patch-unix-configure
+++ b/x11-toolkits/tk85/files/patch-unix-configure
@@ -19,19 +19,3 @@
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,-soname,\$@"
-@@ -5486,15 +5491,6 @@
- CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
- 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'
-- TCL_LIB_VERSIONS_OK=nodots
-- ;;
-- esac
- ;;
- Darwin-*)
- CFLAGS_OPTIMIZE="-Os"