svn commit: r415994 - head/net-p2p/go-ethereum

Gerald Pfeifer gerald at FreeBSD.org
Sat May 28 14:15:03 UTC 2016


Author: gerald
Date: Sat May 28 14:15:01 2016
New Revision: 415994
URL: https://svnweb.freebsd.org/changeset/ports/415994

Log:
  Replace USE_GCC=4.8+ by the more general USE_GCC=yes.

Modified:
  head/net-p2p/go-ethereum/Makefile

Modified: head/net-p2p/go-ethereum/Makefile
==============================================================================
--- head/net-p2p/go-ethereum/Makefile	Sat May 28 13:52:03 2016	(r415993)
+++ head/net-p2p/go-ethereum/Makefile	Sat May 28 14:15:01 2016	(r415994)
@@ -26,7 +26,7 @@ RLPDUMP_DESC=	Prints RLP structures
 USE_GITHUB=	yes
 GH_ACCOUNT=	ethereum
 
-USE_GCC=	4.8+
+USE_GCC=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list