Skip to content
Snippets Groups Projects
Commit 3a8cd0d0 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

java/openjfx14: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
parent 2bda327d
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,12 @@ _GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle62 --no-daemon
_INSTALLDIR= ${PREFIX}/${PKGBASE}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-extract:
${MKDIR} ${WRKDIR}/jars
.for f in core grouping queries queryparser sandbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment