diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index bcb434b60632..61c0249d527f 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -1,20 +1,26 @@ PORTNAME= gshisen PORTVERSION= 1.3.0 PORTREVISION= 9 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GShisen-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Shisen-sho puzzle game for GNUstep WWW= https://gap.nongnu.org/gshisen/index.html LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= back build +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +CFLAGS+= -Wno-error=incompatible-function-pointer-types +.endif + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen .include