Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 01:25:43 +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: r529939 - head/audio/jamulus
Message-ID:  <202003310125.02V1PiSp066555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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