summaryrefslogtreecommitdiff
path: root/games/oolite
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-08-11 13:01:29 +0200
committerRene Ladan <rene@FreeBSD.org>2024-10-01 20:56:20 +0200
commit4485bd8221c2c5630b87826d37da850b3361b782 (patch)
tree8d8c431f691b093caa563a871231d1269047ea42 /games/oolite
parentwww/element-web: Update to 1.11.79 (diff)
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
Diffstat (limited to 'games/oolite')
-rw-r--r--games/oolite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile
index 13d416bb0cdb..7356a3201a20 100644
--- a/games/oolite/Makefile
+++ b/games/oolite/Makefile
@@ -60,7 +60,7 @@ BROKEN_i386= fails to compile: ../methodjit/MethodJIT.cpp:318:5: error: expecte
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
+.if ${OPSYS} == FreeBSD
ADDITIONAL_CPPFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif