Skip to content

Commit 0c974e9

Browse files
committed
www/wget2: Unbreak on HEAD
Approved by: portmgr (blanket)
1 parent 7ba129c commit 0c974e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎www/wget2/Makefile‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,16 @@ LZMA_CONFIGURE_WITH= lzma
101101

102102
BZIP2_CONFIGURE_WITH= bzip2
103103

104+
.include <bsd.port.pre.mk>
105+
106+
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
107+
CFLAGS+= -Wno-error=int-conversion
108+
.endif
109+
104110
post-patch-MANPAGES-off:
105111
@${REINPLACE_CMD} -e '/AC_CHECK_PROGS/ s|pandoc|&-not-found|' ${WRKSRC}/configure.ac
106112

107113
post-patch-DOXYGEN-off:
108114
@${REINPLACE_CMD} -e '/AC_CHECK_PROGS/ s|doxygen|&-not-found|' ${WRKSRC}/configure.ac
109115

110-
.include <bsd.port.mk>
116+
.include <bsd.port.post.mk>

0 commit comments

Comments
 (0)