diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 17:21:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 17:21:12 +0800 |
commit | c865acd463842323a8ac415cb797aa9a2cc8d17c (patch) | |
tree | e3b525745ecd6156a8e70ec7b0d7a94c4a13ba77 /sysutils | |
parent | 7104995493eb58296bca6c4c1cd8a46ec0e04466 (diff) | |
download | freebsd-ports-gnome-c865acd463842323a8ac415cb797aa9a2cc8d17c.tar.gz freebsd-ports-gnome-c865acd463842323a8ac415cb797aa9a2cc8d17c.tar.zst freebsd-ports-gnome-c865acd463842323a8ac415cb797aa9a2cc8d17c.zip |
Mark broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/liburcu/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile index 6da492bbf5e4..3752c9cc28e8 100644 --- a/sysutils/liburcu/Makefile +++ b/sysutils/liburcu/Makefile @@ -14,6 +14,11 @@ LICENSE= LGPL21 PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt +BROKEN_arm64= Fails to build: Cannot build: unrecognized architecture detected +BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer +BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 +BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 + USES= pathfix libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes |