svn commit: r529939 - head/audio/jamulus
Mark Linimon
linimon at FreeBSD.org
Tue Mar 31 01:25:54 UTC 2020
Author: linimon
Date: Tue Mar 31 01:25:43 2020
New Revision: 529939
URL: https://svnweb.freebsd.org/changeset/ports/529939
Log:
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: portmgr (tier-2 blanket)
Modified:
head/audio/jamulus/Makefile
Modified: head/audio/jamulus/Makefile
==============================================================================
--- head/audio/jamulus/Makefile Tue Mar 31 01:21:31 2020 (r529938)
+++ head/audio/jamulus/Makefile Tue Mar 31 01:25:43 2020 (r529939)
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:audio/jack
-USES= qmake qt:5
+USES= compiler:c++11-lang qmake qt:5
USE_QT= core gui network widgets xml buildtools_build
NAME= Jamulus
More information about the svn-ports-all
mailing list