diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-05 07:42:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-05 07:42:08 +0800 |
commit | 820ac2dd01a415f71f56bac7035acbbf8eb77079 (patch) | |
tree | 20845bf184b5b2678854abbe91ee6f44e55aee5f /dns/bind912 | |
parent | 161d7e0919ebeb5daaff42b4724b3dbf62af2796 (diff) | |
download | freebsd-ports-gnome-820ac2dd01a415f71f56bac7035acbbf8eb77079.tar.gz freebsd-ports-gnome-820ac2dd01a415f71f56bac7035acbbf8eb77079.tar.zst freebsd-ports-gnome-820ac2dd01a415f71f56bac7035acbbf8eb77079.zip |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'dns/bind912')
-rw-r--r-- | dns/bind912/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 97575d3bd43e..04479346fc3f 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -29,6 +29,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot find -latomic + # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.12.1-P2 |