aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:18 +0800
committerjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:18 +0800
commit70766a6f5fde7786e94f0cfe6adeaf14a4d844c1 (patch)
treea2cbd0524028e8dab67072808b343a9acf54ce58 /lang
parent3f2b02010c1efb75b45801d66db09439f2b0802a (diff)
downloadfreebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.tar.gz
freebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.tar.zst
freebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.zip
Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking if it was actually supported.
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl86/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile
index 5f339e01da1b..053a928f093a 100644
--- a/lang/tcl86/Makefile
+++ b/lang/tcl86/Makefile
@@ -81,12 +81,6 @@ post-patch:
s|@TCL_BUILD_STUB_LIB_PATH@|@TCL_STUB_LIB_PATH@|; \
s|@TCL_SRC_DIR@|${PREFIX}/include/tcl${TCL_VER}|' \
${PATCH_WRKSRC}/unix/tclConfig.sh.in
-# On FreeBSD 9, pkg-config --cflags tcl can't find zlib.
-.if ${OSVERSION} < 1000000
- ${REINPLACE_CMD} -e \
- 's|Requires.private: zlib >= 1.2.3||' \
- ${PATCH_WRKSRC}/unix/tcl.pc.in
-.endif
post-patch-TCLMAN-off:
@${FIND} ${PATCH_WRKSRC}/pkgs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \