Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 10:32:31 +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: r483263 - head/devel/cxxopts
Message-ID:  <201810281032.w9SAWVen068229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 10:32:30 2018
New Revision: 483263
URL: https://svnweb.freebsd.org/changeset/ports/483263

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

Modified:
  head/devel/cxxopts/Makefile

Modified: head/devel/cxxopts/Makefile
==============================================================================
--- head/devel/cxxopts/Makefile	Sun Oct 28 10:28:46 2018	(r483262)
+++ head/devel/cxxopts/Makefile	Sun Oct 28 10:32:30 2018	(r483263)
@@ -11,7 +11,7 @@ COMMENT=	Lightweight C++ command line option parser
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:outsource
+USES=		cmake:outsource compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	jarro2783
 NO_ARCH=	yes



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