diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 18:22:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 18:22:42 +0800 |
commit | 680bd46180e454594f70e4ef3be9cfe4a8a8d99d (patch) | |
tree | b7b85db53c90760f82e0688a563d2f84e27d927e /www/openvrml | |
parent | 17a803855c3ec7b2d8e98956aa470b08ae83237a (diff) | |
download | freebsd-ports-gnome-680bd46180e454594f70e4ef3be9cfe4a8a8d99d.tar.gz freebsd-ports-gnome-680bd46180e454594f70e4ef3be9cfe4a8a8d99d.tar.zst freebsd-ports-gnome-680bd46180e454594f70e4ef3be9cfe4a8a8d99d.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'www/openvrml')
-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> |