aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2015-09-26 05:27:53 +0800
committerlinimon <linimon@FreeBSD.org>2015-09-26 05:27:53 +0800
commit92d6f70880508d86b263c4599b9f24c94d13a468 (patch)
tree51a574cef941e576b4819ad64151de8cc19ef14f /net-p2p
parent2042118cd668b0f0ee2b6730c4380086bcdec1b5 (diff)
downloadfreebsd-ports-gnome-92d6f70880508d86b263c4599b9f24c94d13a468.tar.gz
freebsd-ports-gnome-92d6f70880508d86b263c4599b9f24c94d13a468.tar.zst
freebsd-ports-gnome-92d6f70880508d86b263c4599b9f24c94d13a468.zip
Mark as x86-specific: does not support big-endian architectures.
Approved by: portmgr (sparc64 blanket)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile3
-rw-r--r--net-p2p/bitcoin-utils/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index e56167d653ab..95b7d429e026 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -7,6 +7,9 @@ COMMENT= Virtual Peer-to-Peer Currency (Daemon)
SLAVE_PORT= yes
+ONLY_FOR_ARCHS= amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
+
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET
OPTIONS_DEFAULT= HARDENING WALLET
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile
index f6a9fffcecb8..c22e1bb5fc6c 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -9,6 +9,9 @@ SLAVE_PORT= yes
OPTIONS_DEFINE= DEBUG HARDENING TESTS
OPTIONS_DEFAULT= HARDENING TESTS
+ONLY_FOR_ARCHS= amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
+
CONFIGURE_ARGS= --without-daemon \
--without-gui \
--without-libs \