Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 11:43:45 +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: r538470 - head/audio/raul
Message-ID:  <202006111143.05BBhj7i011223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Jun 11 11:43:45 2020
New Revision: 538470
URL: https://svnweb.freebsd.org/changeset/ports/538470

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    Checking for flag '-std=c++11': no
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/raul/Makefile

Modified: head/audio/raul/Makefile
==============================================================================
--- head/audio/raul/Makefile	Thu Jun 11 11:39:04 2020	(r538469)
+++ head/audio/raul/Makefile	Thu Jun 11 11:43:45 2020	(r538470)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/fftw3.h:math/fftw3
 
-USES=		waf
+USES=		compiler:c++11-lang waf
 USE_GITHUB=	yes
 GH_ACCOUNT=	drobilla
 GH_TAGNAME=	e87bb398f025912fb989a09f1450b838b251aea1



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