From 14a16ac83706fd481b92c6f3fa1c1c9e63d05d7c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 28 Dec 2011 06:40:53 +0000 Subject: Mark as broken on tier-2: uses i386-specific compiler flags. Hat: portmgr --- math/stp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math') diff --git a/math/stp/Makefile b/math/stp/Makefile index 38c1ea043b1a..5132b2c7248d 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -50,4 +50,8 @@ do-configure: IGNORE= stp needs log2(3) .endif +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized command line option -march=native +.endif + .include -- cgit v1.2.3