aboutsummaryrefslogtreecommitdiff
path: root/math/igraph
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-05-29 04:28:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-05-29 04:28:20 +0000
commit0a1c25db9a056a3a29f58f6ab46b3643141cfb8f (patch)
treecf4ed612b31d0d00e6ffc0a2f47ef9ec4ad6793c /math/igraph
parentcd2de3d55632b1b12b66c0ab0c8acd2e70dd106e (diff)
downloadports-0a1c25db9a056a3a29f58f6ab46b3643141cfb8f.tar.gz
ports-0a1c25db9a056a3a29f58f6ab46b3643141cfb8f.zip
Mark as broken on sparc64: uses i386 assembly.
Notes
Notes: svn path=/head/; revision=234760
Diffstat (limited to 'math/igraph')
-rw-r--r--math/igraph/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index 01dec2f4391d..20141b726150 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -28,4 +28,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: uses i386 asm
+.endif
+
+.include <bsd.port.post.mk>