summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk85/files/patch-unix-configure
diff options
context:
space:
mode:
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"