svn commit: r538470 - head/audio/raul
Mark Linimon
linimon at FreeBSD.org
Thu Jun 11 11:43:46 UTC 2020
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
More information about the svn-ports-head
mailing list