Date: Tue, 30 Oct 2018 19:07:03 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483513 - head/sysutils/zbackup Message-ID: <201810301907.w9UJ738I028632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301907.w9UJ738I028632>