Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 00:33:27 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461850 - head/devel/protobuf-c
Message-ID:  <201802150033.w1F0XRAj032733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Thu Feb 15 00:33:27 2018
New Revision: 461850
URL: https://svnweb.freebsd.org/changeset/ports/461850

Log:
  Add compiler:c++11-lang to USES to unbreak protobuf-c build on Tier-2
  FreeBSD architectures that use ancient gcc as their base compiler.
  
  No PORTREVISION bump since there is no change on architectures where
  protobuf-c already builds.
  
  PR:		225662
  Submitted by:	devel@stasyan.com
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/devel/protobuf-c/Makefile

Modified: head/devel/protobuf-c/Makefile
==============================================================================
--- head/devel/protobuf-c/Makefile	Thu Feb 15 00:14:49 2018	(r461849)
+++ head/devel/protobuf-c/Makefile	Thu Feb 15 00:33:27 2018	(r461850)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf
 
-USES=		autoreconf gmake libtool pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802150033.w1F0XRAj032733>