svn commit: r461850 - head/devel/protobuf-c
Don Lewis
truckman at FreeBSD.org
Thu Feb 15 00:33:28 UTC 2018
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 at 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
More information about the svn-ports-head
mailing list