svn commit: r510013 - head/devel/skypat

Mark Linimon linimon at FreeBSD.org
Tue Aug 27 13:37:09 UTC 2019


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


More information about the svn-ports-all mailing list