aboutsummaryrefslogtreecommitdiff
path: root/math/stp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-28 06:40:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-28 06:40:53 +0000
commit14a16ac83706fd481b92c6f3fa1c1c9e63d05d7c (patch)
tree4f213a2975a6da4fb2dd822ee960e3c1c09523c1 /math/stp
parent07504e7a4da32008bceb29821d62ba2ebce08270 (diff)
downloadports-14a16ac83706fd481b92c6f3fa1c1c9e63d05d7c.tar.gz
ports-14a16ac83706fd481b92c6f3fa1c1c9e63d05d7c.zip
Mark as broken on tier-2: uses i386-specific compiler flags.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=288149
Diffstat (limited to 'math/stp')
-rw-r--r--math/stp/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.post.mk>