aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-06 05:30:50 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-06 05:30:50 +0000
commit6acfbb0c70d703939cc6f86f6a3e3fb3159f23e2 (patch)
treeff5e381b61b42774b81d73a7d011ba6ea0eda183 /games
parentac2a882c1d3857f49893b50de578ca26b427fe5d (diff)
downloadports-6acfbb0c70d703939cc6f86f6a3e3fb3159f23e2.tar.gz
ports-6acfbb0c70d703939cc6f86f6a3e3fb3159f23e2.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/scourge/Makefile4
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