diff options
-rw-r--r-- | games/scourge/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index 52f3c613dd6d..c9774943d208 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -7,6 +7,7 @@ PORTNAME= scourge PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -43,6 +44,9 @@ OPTIONS= DEBUG "Produce an executable with debugging symbols" off CONFIGURE_ARGS+= --enable-debug .endif +post-patch: + @${REINPLACE_CMD} -e 's|GLvoid|void|g' ${WRKSRC}/src/sdlhandler.cpp ${WRKSRC}/src/sdlhandler.h + pre-configure: @cd ${WRKSRC} && ${AUTORECONF} -i |