1
0
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:
Mark Linimon 2015-09-25 21:27:53 +00:00
parent 4dbd6a6338
commit c58d95ca11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397881
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 \