aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/vte3
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:02 +0000
commitb557ec87bb860b1575ae5b0114ea8c037ca358f9 (patch)
tree399cc8235e07f738e5f04eb5a38a8da0705c96d2 /x11-toolkits/vte3
parent11bc146de963614bed08dce6c7d6f6ba9af130e7 (diff)
downloadports-b557ec87bb860b1575ae5b0114ea8c037ca358f9.tar.gz
ports-b557ec87bb860b1575ae5b0114ea8c037ca358f9.zip
Assume "pkg-config zlib" works after 9.x reached EOL
Notes
Notes: svn path=/head/; revision=430508
Diffstat (limited to 'x11-toolkits/vte3')
-rw-r--r--x11-toolkits/vte3/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index e746ceec75bb..3481f18641d3 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -34,18 +34,9 @@ PLIST_SUB= VERSION=2.91
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 || ${OPSYS} == DragonFly
-LIBS+= -lz
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
${WRKSRC}/src/Makefile.in
-# zlib.pc only is available on 10.1-R and newer.
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 || ${OPSYS} == DragonFly
- @${REINPLACE_CMD} -e 's|gio-unix-2.0 zlib|gio-unix-2.0|g' \
- ${WRKSRC}/configure
-.endif
# borrowed osversion from bsd.ssp.mk
.if ${OSVERSION} < 1000036 && ${ARCH} == i386
@${REINPLACE_CMD} -e 's|-fstack-protector-strong||g; \