devel/rubygem-posix-spawn: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b079376d08
commit
9151c92aec
1 changed files with 6 additions and 0 deletions
|
@ -14,4 +14,10 @@ USES= gem
|
|||
|
||||
PLIST_FILES= bin/posix-spawn-benchmark
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
||||
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue