diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-21 17:31:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-21 17:31:25 +0800 |
commit | c9983b6ed69b31349559fe4008e6b2e88fe191c7 (patch) | |
tree | a9846ae0fefe9b6a1c249fec1396d587456b79d5 /net-p2p/bitcoin-utils | |
parent | 2f6061169170f45e8b19403451f710d6cfb45b5d (diff) | |
download | freebsd-ports-gnome-c9983b6ed69b31349559fe4008e6b2e88fe191c7.tar.gz freebsd-ports-gnome-c9983b6ed69b31349559fe4008e6b2e88fe191c7.tar.zst freebsd-ports-gnome-c9983b6ed69b31349559fe4008e6b2e88fe191c7.zip |
Use a more modern way of distinguishing "big-endian platforms".
This will attempt builds on arm platforms on the cluster.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r-- | net-p2p/bitcoin-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index f63ad4f33914..3830afccd4fe 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -6,12 +6,12 @@ PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) SLAVE_PORT= yes +NOT_FOR_ARCHS= powerpc powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= does not support big-endian architectures + OPTIONS_DEFINE= DEBUG HARDENING TESTS OPTIONS_DEFAULT= HARDENING TESTS -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= does not support big-endian architectures - CONFIGURE_ARGS= --without-daemon \ --without-gui \ --without-libs \ |