svn commit: r479993 - head/net-p2p/bitcoin

Mark Linimon linimon at FreeBSD.org
Tue Sep 18 08:30:38 UTC 2018


Author: linimon
Date: Tue Sep 18 08:30:37 2018
New Revision: 479993
URL: https://svnweb.freebsd.org/changeset/ports/479993

Log:
  A previous commit fixed the build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-p2p/bitcoin/Makefile

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Tue Sep 18 08:21:26 2018	(r479992)
+++ head/net-p2p/bitcoin/Makefile	Tue Sep 18 08:30:37 2018	(r479993)
@@ -19,8 +19,6 @@ LICENSE=	MIT
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libevent.so:devel/libevent
 
-BROKEN_powerpc64=	fails to compile: util.cpp: undefined reference to boost::program_options::to_internal
-
 USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list