aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>