summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte3
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
commitf6763c3cd1541b5d51cd003610210be9e3f57b92 (patch)
treec9a458d29164af55be5bf3330f3f659428ac04ac /x11-toolkits/vte3
parentffc02588e890cf8d01b2305cfb96dbb0eaf038a8 (diff)
downloadFreeBSD-ports-f6763c3cd1541b5d51cd003610210be9e3f57b92.zip
FreeBSD-ports-f6763c3cd1541b5d51cd003610210be9e3f57b92.tar.gz
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'x11-toolkits/vte3')
-rw-r--r--x11-toolkits/vte3/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index 3481f18..1392555 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -32,16 +32,8 @@ INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=2.91
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
${WRKSRC}/src/Makefile.in
-# borrowed osversion from bsd.ssp.mk
-.if ${OSVERSION} < 1000036 && ${ARCH} == i386
- @${REINPLACE_CMD} -e 's|-fstack-protector-strong||g; \
- s|-fstack-protector||g' \
- ${WRKSRC}/configure
-.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud