svn commit: r483513 - head/sysutils/zbackup

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 19:07:04 UTC 2018


Author: linimon
Date: Tue Oct 30 19:07:03 2018
New Revision: 483513
URL: https://svnweb.freebsd.org/changeset/ports/483513

Log:
  Fix build on powerpc64.

Modified:
  head/sysutils/zbackup/Makefile

Modified: head/sysutils/zbackup/Makefile
==============================================================================
--- head/sysutils/zbackup/Makefile	Tue Oct 30 19:05:06 2018	(r483512)
+++ head/sysutils/zbackup/Makefile	Tue Oct 30 19:07:03 2018	(r483513)
@@ -13,9 +13,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf \
 		liblzo2.so:archivers/lzo2
 
-BROKEN_powerpc64=	fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
-
-USES=		alias cmake ssl
+USES=		alias cmake compiler:c++11-lang ssl
 USE_GITHUB=	yes
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list