diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 05:30:17 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 05:30:17 +0000 |
commit | 91a1d215bb3faf0136559d0a63566acb5715659d (patch) | |
tree | 489edbc975346985df5039e4d340b4dd1add717f /graphics/ray++/Makefile | |
parent | 4dd8f888159ba0535ef92c60e472dc1a8690bd13 (diff) | |
download | FreeBSD-ports-91a1d215bb3faf0136559d0a63566acb5715659d.zip FreeBSD-ports-91a1d215bb3faf0136559d0a63566acb5715659d.tar.gz |
BROKEN on !i386: Does not compile
Diffstat (limited to 'graphics/ray++/Makefile')
-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 ea09c8e1..98ad6da 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 |