mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
misc/rump: Fix build with llvm15
Approved by: portmgr (blanket)
This commit is contained in:
parent
ba86977d74
commit
d7129dafba
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue