net-p2p/bitcoin-utils: unbreak on BE
net-mgmt/ndouditls: fix build on GCC architectures ndoutils needs C11 compiler because it links to mysql libraries. Approved by: mentors (implicit approval)
This commit is contained in:
@@ -29,7 +29,7 @@ NAGIOS3X_RUN_DEPENDS= ${LOCALBASE}/bin/nagios:net-mgmt/nagios
|
||||
NAGIOS4X_RUN_DEPENDS= ${LOCALBASE}/bin/nagios:net-mgmt/nagios4
|
||||
NANOSLEEP_CONFIGURE_ENABLE= nanosleep
|
||||
|
||||
USES= mysql perl5 ssl
|
||||
USES= compiler:c11 mysql perl5 ssl
|
||||
USE_RC_SUBR= ndo2db
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
||||
@@ -6,9 +6,6 @@ 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_RADIO=
|
||||
OPTIONS_DEFAULT= HARDENING TESTS
|
||||
|
||||
Reference in New Issue
Block a user