diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-28 06:40:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-28 06:40:53 +0000 |
commit | 14a16ac83706fd481b92c6f3fa1c1c9e63d05d7c (patch) | |
tree | 4f213a2975a6da4fb2dd822ee960e3c1c09523c1 /math | |
parent | 07504e7a4da32008bceb29821d62ba2ebce08270 (diff) | |
download | ports-14a16ac83706fd481b92c6f3fa1c1c9e63d05d7c.tar.gz ports-14a16ac83706fd481b92c6f3fa1c1c9e63d05d7c.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/stp/Makefile | 4 |
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> |