diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:22:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:22:42 +0000 |
commit | d48c061ea69db10e358a2ac3eea00998ded0b49c (patch) | |
tree | f6b8ede252e3681585e52c7145b9297f98371bde /www/openvrml/Makefile | |
parent | cde397995e3dbf7429569b0b2a8611e5c85ce082 (diff) | |
download | ports-d48c061ea69db10e358a2ac3eea00998ded0b49c.tar.gz ports-d48c061ea69db10e358a2ac3eea00998ded0b49c.zip |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=102065
Diffstat (limited to 'www/openvrml/Makefile')
-rw-r--r-- | www/openvrml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 69f523312895..35458fe27454 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -28,7 +28,13 @@ CONFIGURE_ARGS= --without-spidermonkey --without-jdk --without-doxygen USE_GMAKE= yes INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |