From be800c9c9590e5e18ffd5bdf8f1735c2310728a0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Nov 2004 08:28:30 +0000 Subject: BROKEN on !i386: Does not compile --- www/wsmake/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/wsmake') 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 + +.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 +.include -- cgit v1.2.3