mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Mark as x86-specific: does not support big-endian architectures.
Approved by: portmgr (sparc64 blanket)
This commit is contained in:
parent
4dbd6a6338
commit
c58d95ca11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397881
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user