svn commit: r513995 - head/net-p2p/zetacoin

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 7 19:54:52 UTC 2019


Author: pkubaj
Date: Mon Oct  7 19:54:51 2019
New Revision: 513995
URL: https://svnweb.freebsd.org/changeset/ports/513995

Log:
  net-p2p/zetacoin: unbreak on powerpc*
  
  Builds on powerpc64.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net-p2p/zetacoin/Makefile

Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile	Mon Oct  7 19:29:02 2019	(r513994)
+++ head/net-p2p/zetacoin/Makefile	Mon Oct  7 19:54:51 2019	(r513995)
@@ -11,9 +11,6 @@ COMMENT=	Peer-to-Peer crypto currency with quick trans
 
 LICENSE=	MIT
 
-NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
-NOT_FOR_ARCHS_REASON=	does not support big-endian architectures
-
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libevent.so:devel/libevent
 


More information about the svn-ports-head mailing list