Skip to content

Commit

Permalink
misc/rump: Fix build with llvm15
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jun 3, 2023
1 parent ba86977 commit d7129da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/rump/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit d7129da

Please sign in to comment.