security/nss_compat_ossl: Fix build with llvm15

- Pet portclippy
2023Q3
Muhammad Moinur Rahman 2023-06-10 19:12:30 +02:00
parent 421142eba7
commit 0d6240b224
1 changed files with 10 additions and 2 deletions

View File

@ -14,10 +14,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libnspr4.so:devel/nspr \
libnss3.so:security/nss
GNU_CONFIGURE= yes
USES= cpe pkgconfig libtool
CPE_VENDOR= ${PORTNAME}_project
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.mk>