diff options
Diffstat (limited to 'games/libgnome-games-support/Makefile')
-rw-r--r-- | games/libgnome-games-support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/libgnome-games-support/Makefile b/games/libgnome-games-support/Makefile index a231aab75def..9194b1ddb11e 100644 --- a/games/libgnome-games-support/Makefile +++ b/games/libgnome-games-support/Makefile @@ -21,7 +21,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk30 .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 |