aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-utils
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-21 09:31:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-21 09:31:25 +0000
commitad371d6d2f28edb06ce269758f8a48dd2a830059 (patch)
treea9846ae0fefe9b6a1c249fec1396d587456b79d5 /net-p2p/bitcoin-utils
parentb1b7d0d33dc0b7fff82f31aff49976b4b45c7f86 (diff)
downloadports-ad371d6d2f28edb06ce269758f8a48dd2a830059.tar.gz
ports-ad371d6d2f28edb06ce269758f8a48dd2a830059.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)
Notes
Notes: svn path=/head/; revision=456900
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r--net-p2p/bitcoin-utils/Makefile6
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 \