diff options
author | linimon <linimon@FreeBSD.org> | 2009-06-02 10:33:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-06-02 10:33:30 +0800 |
commit | e5dbfcd5bbca723f05774b3bfa94ec8f4ea97108 (patch) | |
tree | 6013ab4aa3d060b3ee1a053e732738869ed36cec /math | |
parent | 9fb77b9416602a77d3cff9894385302cc8fa34e1 (diff) | |
download | freebsd-ports-gnome-e5dbfcd5bbca723f05774b3bfa94ec8f4ea97108.tar.gz freebsd-ports-gnome-e5dbfcd5bbca723f05774b3bfa94ec8f4ea97108.tar.zst freebsd-ports-gnome-e5dbfcd5bbca723f05774b3bfa94ec8f4ea97108.zip |
Mark as broken on sparc64: uses i386 asm.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-igraph/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index 9803c96e4cc7..940c3d6823a1 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -19,4 +19,10 @@ R_MOD= yes .include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: uses i386 assembler +.endif + +.include <bsd.port.post.mk> |