diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 16:28:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 16:28:30 +0800 |
commit | 271e6cf2cacb4192b0f3d10602864b9cb428185a (patch) | |
tree | 49bfb670b8d3477caf9cafdd9b6cc01000e28752 /www/wsmake | |
parent | 717f8aaf89276e9a6e95cea2171cc9724de50f2f (diff) | |
download | freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.gz freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.zst freebsd-ports-gnome-271e6cf2cacb4192b0f3d10602864b9cb428185a.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'www/wsmake')
-rw-r--r-- | www/wsmake/Makefile | 8 |
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> |