diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 13:30:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 13:30:17 +0800 |
commit | 91a1d215bb3faf0136559d0a63566acb5715659d (patch) | |
tree | 489edbc975346985df5039e4d340b4dd1add717f /graphics/ray++ | |
parent | 4dd8f888159ba0535ef92c60e472dc1a8690bd13 (diff) | |
download | freebsd-ports-gnome-91a1d215bb3faf0136559d0a63566acb5715659d.tar.gz freebsd-ports-gnome-91a1d215bb3faf0136559d0a63566acb5715659d.tar.zst freebsd-ports-gnome-91a1d215bb3faf0136559d0a63566acb5715659d.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'graphics/ray++')
-rw-r--r-- | graphics/ray++/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index ea09c8e13e19..98ad6da7ab9e 100644 --- a/graphics/ray++/Makefile +++ b/graphics/ray++/Makefile @@ -23,6 +23,10 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure |