aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-24 14:06:35 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-24 14:07:04 +0000
commit5e86db3d6131338f00b9b7ad02597aa5863aeb9b (patch)
treee9741a13346aec3bc0717fd8b44053504698b948
parent4aa404147a3ffe6c7eeb45493a4c9c38b1f10360 (diff)
downloadports-5e86db3d6131338f00b9b7ad02597aa5863aeb9b.tar.gz
ports-5e86db3d6131338f00b9b7ad02597aa5863aeb9b.zip
net/libexosip2: Fix BUILD on HEAD
-rw-r--r--net/libexosip2/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/libexosip2/Makefile b/net/libexosip2/Makefile
index 1685a4381329..6a4b7c1fa406 100644
--- a/net/libexosip2/Makefile
+++ b/net/libexosip2/Makefile
@@ -26,4 +26,10 @@ PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
.include <bsd.port.mk>