svn commit: r483263 - head/devel/cxxopts

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 10:32:31 UTC 2018


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


More information about the svn-ports-all mailing list