diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-01 09:17:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-01 09:17:45 +0000 |
commit | c7df1277c6283a340bd9eefc52a20ae4a157aa22 (patch) | |
tree | 03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /math/igraph | |
parent | 67106e11a36ae3527db6b0271be16c47ca68b6d4 (diff) |
Notes
Diffstat (limited to 'math/igraph')
-rw-r--r-- | math/igraph/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 22afb8287660..8aab95a8e974 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -11,6 +11,9 @@ COMMENT= Package For Manipulating Undirected And Directed Graphs LICENSE= GPLv2 +BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_TLS_GD against 'igraph_i_interruption_handler' +BROKEN_sparc64= fails to compile: uses x86 asm + LIB_DEPENDS= libgmp.so:math/gmp GNU_CONFIGURE= yes @@ -22,10 +25,4 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: uses i386 asm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |