diff options
author | linimon <linimon@FreeBSD.org> | 2017-02-26 23:31:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-02-26 23:31:21 +0800 |
commit | 36d047e61da9d830dc44bc6c57b337be7f2aa47a (patch) | |
tree | f568501e3b2f138ba31b06820f2aaab83461a618 /net | |
parent | fd47189ba9e9444557d333aa00da40ac01b698da (diff) | |
download | freebsd-ports-gnome-36d047e61da9d830dc44bc6c57b337be7f2aa47a.tar.gz freebsd-ports-gnome-36d047e61da9d830dc44bc6c57b337be7f2aa47a.tar.zst freebsd-ports-gnome-36d047e61da9d830dc44bc6c57b337be7f2aa47a.zip |
Mark as broken on armv6. I don't have the skill to fix this problem.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/xorp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 09b6a9b5e096..0b2b1ab0c427 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -26,7 +26,9 @@ WRKSRC_SUBDIR= ${PORTNAME} MAKE_ARGS= prefix=${PREFIX} enable_boost=1 SUB_FILES= pkg-message GROUPS= xorp -BROKEN_sparc64= Does not compile on sparc64 + +BROKEN_armv6= does not compile: recursive template instantiation exceeded maximum depth of 25 +BROKEN_sparc64= does not compile on sparc64 OPTIONS_DEFINE= OPTIMIZE ORIGIN SHARED STRIP TCP_RPC OPTIONS_DEFAULT= OPTIMIZE ORIGIN SHARED STRIP |