diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-11-06 16:45:17 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-11-06 16:45:17 +0800 |
commit | e0562be679f6990ebc45995d9af16d5b7384d3b2 (patch) | |
tree | 1fe595ecf7692ebf085742fd7a5ebc6630317772 /dns | |
parent | d42aea890a8fcdfad858f01b882b51d041c0d343 (diff) | |
download | freebsd-ports-gnome-e0562be679f6990ebc45995d9af16d5b7384d3b2.tar.gz freebsd-ports-gnome-e0562be679f6990ebc45995d9af16d5b7384d3b2.tar.zst freebsd-ports-gnome-e0562be679f6990ebc45995d9af16d5b7384d3b2.zip |
dns/knot2 does not build on any supported i386 version.
MFH: 2019Q4 (part of D21974)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 8ec1f40c9e67..5f1fd9366eee 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -15,7 +15,7 @@ COMMENT?= High performance authoritative-only DNS server LICENSE= GPLv3 NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386 on FreeBSD >= 11.2 +NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386 LIB_DEPENDS= libgnutls.so:security/gnutls \ liblmdb.so:databases/lmdb \ |