aboutsummaryrefslogtreecommitdiff
path: root/graphics/devil/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-09-19 13:49:01 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-09-19 13:49:01 +0000
commit8972f49618fed064582ca7d09a1ccc878f57ebd3 (patch)
treeddf2f80a95f1e5612da73d9aaff2fab1402f4464 /graphics/devil/Makefile
parent73383612d5b36acd3fe65771e446d42fecb11eeb (diff)
downloadports-8972f49618fed064582ca7d09a1ccc878f57ebd3.tar.gz
ports-8972f49618fed064582ca7d09a1ccc878f57ebd3.zip
Notes
Diffstat (limited to 'graphics/devil/Makefile')
-rw-r--r--graphics/devil/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile
index ed9ca178f84d..3c18bf7f8474 100644
--- a/graphics/devil/Makefile
+++ b/graphics/devil/Makefile
@@ -7,7 +7,7 @@
PORTNAME= devil
PORTVERSION= 1.6.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= openil
@@ -39,4 +39,8 @@ USE_SDL= yes
CONFIGURE_ARGS+=--disable-sdl
.endif
+post-patch:
+ ${FIND} ${WRKSRC} \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) -print0 |\
+ ${XARGS} -0 ${REINPLACE_CMD} 's|ILvoid|void|g'
+
.include <bsd.port.post.mk>