aboutsummaryrefslogtreecommitdiff
path: root/www/openvrml/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:22:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:22:42 +0000
commitd48c061ea69db10e358a2ac3eea00998ded0b49c (patch)
treef6b8ede252e3681585e52c7145b9297f98371bde /www/openvrml/Makefile
parentcde397995e3dbf7429569b0b2a8611e5c85ce082 (diff)
downloadports-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/Makefile8
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>