diff --git a/net/suckblow/Makefile b/net/suckblow/Makefile index 977582692f1a..42e033eaa97f 100644 --- a/net/suckblow/Makefile +++ b/net/suckblow/Makefile @@ -1,12 +1,18 @@ PORTNAME= suckblow PORTVERSION= 1.1 CATEGORIES= net MASTER_SITES= LOCAL/archie MAINTAINER= ports@FreeBSD.org COMMENT= Two companion utilities for transferring data over a TCP socket USES= uidfix CONFLICTS= suck-4.* suck-cnews-4.* -.include +.include + +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +CFLAGS+= -Wno-error=int-conversion +.endif + +.include