Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 11:33:10 +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: r480257 - head/devel/avro-cpp
Message-ID:  <201809211133.w8LBXASZ098266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Sep 21 11:33:10 2018
New Revision: 480257
URL: https://svnweb.freebsd.org/changeset/ports/480257

Log:
  Fix build on gcc-based archs.
  
  PR:		231497
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/avro-cpp/Makefile

Modified: head/devel/avro-cpp/Makefile
==============================================================================
--- head/devel/avro-cpp/Makefile	Fri Sep 21 11:28:59 2018	(r480256)
+++ head/devel/avro-cpp/Makefile	Fri Sep 21 11:33:10 2018	(r480257)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	lang/c++
 



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