diff options
Diffstat (limited to 'net/pichi/Makefile')
-rw-r--r-- | net/pichi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pichi/Makefile b/net/pichi/Makefile index bb4a70029fb2..ec5cd5ec8a96 100644 --- a/net/pichi/Makefile +++ b/net/pichi/Makefile @@ -79,7 +79,7 @@ USES+= ssl .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=unqualified-std-cast-call .endif |