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 | |
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)
-rw-r--r-- | dns/bind9-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/bind912/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 072336dbb10e..6f25c3af7d4b 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -33,6 +33,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.13.0a0.2018.06.03 # XXX: Remove gitlab 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 |