Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 01:39:57 +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: r483760 - head/devel/protozero
Message-ID:  <201811020139.wA21dv0B037630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Nov  2 01:39:56 2018
New Revision: 483760
URL: https://svnweb.freebsd.org/changeset/ports/483760

Log:
  Fix build with GCC-based architectures.
  
  PR:		232837
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/protozero/Makefile

Modified: head/devel/protozero/Makefile
==============================================================================
--- head/devel/protozero/Makefile	Fri Nov  2 01:38:21 2018	(r483759)
+++ head/devel/protozero/Makefile	Fri Nov  2 01:39:56 2018	(r483760)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 USE_GITHUB=	yes
 GH_ACCOUNT=	mapbox
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 TEST_TARGET=	test
 NO_ARCH=	yes  # header only library
 



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