diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 00:44:22 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 00:48:20 +0000 |
| commit | 95274bf4f99c71fc056013d966aec239161dfd74 (patch) | |
| tree | bc1e95977678cb5b6b00b33e333b28161885e706 /java/openjfx14 | |
| parent | dbe06d2da8c38d9d058f7939a7c6af36a2c0f1c7 (diff) | |
Diffstat (limited to 'java/openjfx14')
| -rw-r--r-- | java/openjfx14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index 456fb2e5aed0..3b24de948f99 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -91,7 +91,7 @@ _INSTALLDIR= ${PREFIX}/${PKGBASE} .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif |
