diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-28 14:40:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-28 14:40:53 +0800 |
commit | 28a94f558450910600e3d3b6f3b86f0916ef9486 (patch) | |
tree | 263ea4401b674a38a626a58a593cf9e78dc0fc2b /math/stp | |
parent | 40088107fdab3d434f53f8b7f197deb901c61103 (diff) | |
download | freebsd-ports-gnome-28a94f558450910600e3d3b6f3b86f0916ef9486.tar.gz freebsd-ports-gnome-28a94f558450910600e3d3b6f3b86f0916ef9486.tar.zst freebsd-ports-gnome-28a94f558450910600e3d3b6f3b86f0916ef9486.zip |
Mark as broken on tier-2: uses i386-specific compiler flags.
Hat: portmgr
Diffstat (limited to 'math/stp')
-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> |