diff options
Diffstat (limited to 'games/oolite')
-rw-r--r-- | games/oolite/Makefile | 2 |
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 |