misc/rump: Fix build with llvm15

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-06-03 20:01:18 +02:00
parent ba86977d74
commit d7129dafba

View file

@ -22,6 +22,10 @@ USES= compiler
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=strict-prototypes -Wno-error=array-parameter
.endif
.if ${ARCH} == amd64 || ${ARCH} == i386
PLIST_SUB+= X8664=""
.else