diff options
-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 |