diff options
author | linimon <linimon@FreeBSD.org> | 2009-05-29 12:28:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-05-29 12:28:20 +0800 |
commit | f35037c0752a7b37bdd3c6d99bd1944c4a154419 (patch) | |
tree | b41b1ffd36cb7db95aa5c1a62f52d6dc8e6a4a0e /math | |
parent | 8c875c8e4f42708a236ad9730924536251d2e9d9 (diff) | |
download | freebsd-ports-gnome-f35037c0752a7b37bdd3c6d99bd1944c4a154419.tar.gz freebsd-ports-gnome-f35037c0752a7b37bdd3c6d99bd1944c4a154419.tar.zst freebsd-ports-gnome-f35037c0752a7b37bdd3c6d99bd1944c4a154419.zip |
Mark as broken on sparc64: uses i386 assembly.
Diffstat (limited to 'math')
-rw-r--r-- | math/igraph/Makefile | 8 |
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> |