diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-24 14:06:35 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-24 14:07:04 +0000 |
commit | 5e86db3d6131338f00b9b7ad02597aa5863aeb9b (patch) | |
tree | e9741a13346aec3bc0717fd8b44053504698b948 /net/libexosip2 | |
parent | 4aa404147a3ffe6c7eeb45493a4c9c38b1f10360 (diff) | |
download | ports-5e86db3d6131338f00b9b7ad02597aa5863aeb9b.tar.gz ports-5e86db3d6131338f00b9b7ad02597aa5863aeb9b.zip |
Diffstat (limited to 'net/libexosip2')
-rw-r--r-- | net/libexosip2/Makefile | 6 |
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> |