diff options
Diffstat (limited to 'games/foobillard/Makefile')
-rw-r--r-- | games/foobillard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index da745cb82710..8a150a927014 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -44,7 +44,7 @@ FREETYPE_CONFIG?= pkg-config freetype2 .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 |