diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-06 05:30:50 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-06 05:30:50 +0000 |
commit | 6acfbb0c70d703939cc6f86f6a3e3fb3159f23e2 (patch) | |
tree | ff5e381b61b42774b81d73a7d011ba6ea0eda183 /games/scourge | |
parent | ac2a882c1d3857f49893b50de578ca26b427fe5d (diff) | |
download | ports-6acfbb0c70d703939cc6f86f6a3e3fb3159f23e2.tar.gz ports-6acfbb0c70d703939cc6f86f6a3e3fb3159f23e2.zip |
Notes
Diffstat (limited to 'games/scourge')
-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 |