From 776fec1b329abfc4d2abcdb06a4df7a1619121f2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 05:30:17 +0000 Subject: BROKEN on !i386: Does not compile --- graphics/ray++/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure -- cgit