comms/libfap: Fix build with llvm15

- Pet portclippy

Approved by:	portmgr (blanket)
2023Q3
Muhammad Moinur Rahman 2023-06-05 19:13:38 +02:00
parent 365553bf46
commit ab7d3166b3
1 changed files with 10 additions and 2 deletions

View File

@ -13,8 +13,16 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>