Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2019 13:37:09 +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: r510013 - head/devel/skypat
Message-ID:  <201908271337.x7RDb9AB058096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Aug 27 13:37:08 2019
New Revision: 510013
URL: https://svnweb.freebsd.org/changeset/ports/510013

Log:
  Fix build on gcc-based systems by adding c++11-lang to USES:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/skypat/Makefile

Modified: head/devel/skypat/Makefile
==============================================================================
--- head/devel/skypat/Makefile	Tue Aug 27 13:05:53 2019	(r510012)
+++ head/devel/skypat/Makefile	Tue Aug 27 13:37:08 2019	(r510013)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		autoreconf gmake libtool
+USES=		autoreconf compiler:c++11-lang gmake libtool
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	skymizer



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