diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-01 17:17:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-01 17:17:45 +0800 |
commit | e7583aecaa25df453812883269f053fd56ec331e (patch) | |
tree | 03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /math/igraph/Makefile | |
parent | 69d9c48fa7f08a8faa0182ebb4894d7f561a8ec6 (diff) | |
download | freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.gz freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.zst freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.zip |
Mark these ports broken on mips64 and/or mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/igraph/Makefile')
-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> |