diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:02 +0000 |
commit | b557ec87bb860b1575ae5b0114ea8c037ca358f9 (patch) | |
tree | 399cc8235e07f738e5f04eb5a38a8da0705c96d2 /x11-toolkits/vte3 | |
parent | 11bc146de963614bed08dce6c7d6f6ba9af130e7 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/vte3')
-rw-r--r-- | x11-toolkits/vte3/Makefile | 9 |
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; \ |