aboutsummaryrefslogtreecommitdiff
path: root/www/wsmake
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 08:28:30 +0000
commitbe800c9c9590e5e18ffd5bdf8f1735c2310728a0 (patch)
tree2e48abc6596789dfc8f5e2be3f015d2c814aa6a7 /www/wsmake
parent887d8a85102c7c064ba34a8e7c3b428fe12a109e (diff)
downloadports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.tar.gz
ports-be800c9c9590e5e18ffd5bdf8f1735c2310728a0.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=121855
Diffstat (limited to 'www/wsmake')
-rw-r--r--www/wsmake/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/wsmake/Makefile b/www/wsmake/Makefile
index 1a9e5d3a4e72..3299be1cfc2e 100644
--- a/www/wsmake/Makefile
+++ b/www/wsmake/Makefile
@@ -25,6 +25,12 @@ USE_REINPLACE= yes
DISTFILES+= user-manual-html.tar.gz
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,void\*,char\*,g' ${WRKSRC}/libwsmake/wsUtil.cpp
@@ -44,4 +50,4 @@ post-install:
${LN} ${DOCSDIR}/user-manual/book1.html ${DOCSDIR}/user-manual/index.html
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>