diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:30:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:30:17 +0000 |
commit | 776fec1b329abfc4d2abcdb06a4df7a1619121f2 (patch) | |
tree | da4292a28679091609fcea335a851759b47d1086 /graphics/ray++ | |
parent | 4fdd740fe297fccbb123626cc7c27267859cd373 (diff) | |
download | ports-776fec1b329abfc4d2abcdb06a4df7a1619121f2.tar.gz ports-776fec1b329abfc4d2abcdb06a4df7a1619121f2.zip |
Notes
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 |