aboutsummaryrefslogtreecommitdiff
path: root/net/owamp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/owamp/Makefile')
-rw-r--r--net/owamp/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/owamp/Makefile b/net/owamp/Makefile
index 0e42b00f76e2..060efaff951b 100644
--- a/net/owamp/Makefile
+++ b/net/owamp/Makefile
@@ -11,4 +11,10 @@ LICENSE= APACHE20
GNU_CONFIGURE= yes
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
.include <bsd.port.mk>