mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
java/openjfx14: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2bda327dba
commit
3a8cd0d0c8
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,12 @@ _GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle62 --no-daemon
|
||||||
|
|
||||||
_INSTALLDIR= ${PREFIX}/${PKGBASE}
|
_INSTALLDIR= ${PREFIX}/${PKGBASE}
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
||||||
|
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||||
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
${MKDIR} ${WRKDIR}/jars
|
${MKDIR} ${WRKDIR}/jars
|
||||||
.for f in core grouping queries queryparser sandbox
|
.for f in core grouping queries queryparser sandbox
|
||||||
|
|
Loading…
Add table
Reference in a new issue