Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 10:20:45 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512401 - head/net-p2p/litecoin-daemon
Message-ID:  <201909201020.x8KAKj0k011474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Sep 20 10:20:45 2019
New Revision: 512401
URL: https://svnweb.freebsd.org/changeset/ports/512401

Log:
  net-p2p/litecoin-daemon: unbreak on powerpc*
  
  Builds fine.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net-p2p/litecoin-daemon/Makefile

Modified: head/net-p2p/litecoin-daemon/Makefile
==============================================================================
--- head/net-p2p/litecoin-daemon/Makefile	Fri Sep 20 09:59:31 2019	(r512400)
+++ head/net-p2p/litecoin-daemon/Makefile	Fri Sep 20 10:20:45 2019	(r512401)
@@ -7,9 +7,6 @@ COMMENT=	Virtual Peer-to-Peer Currency (Daemon)
 
 SLAVE_PORT=	yes
 
-NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON=	configure: error: Big Endian not supported
-
 OPTIONS_DEFINE=		DEBUG HARDENING TESTS UPNP ZMQ
 # WALLET_BDBMODERN is a choice for WALLET, introduced via OPTIONS_RADIO=WALLET
 # from ${MASTERDIR}/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909201020.x8KAKj0k011474>