svn commit: r496133 - head/audio/sonic-visualiser

Mark Linimon linimon at FreeBSD.org
Mon Mar 18 09:42:13 UTC 2019


Author: linimon
Date: Mon Mar 18 09:42:12 2019
New Revision: 496133
URL: https://svnweb.freebsd.org/changeset/ports/496133

Log:
  Fix build on gcc-based architectures:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/sonic-visualiser/Makefile

Modified: head/audio/sonic-visualiser/Makefile
==============================================================================
--- head/audio/sonic-visualiser/Makefile	Mon Mar 18 09:37:11 2019	(r496132)
+++ head/audio/sonic-visualiser/Makefile	Mon Mar 18 09:42:12 2019	(r496133)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libsord-0.so:devel/sord \
 		libvamp-hostsdk.so:audio/vamp-plugin-sdk
 
-USES=	autoreconf desktop-file-utils gmake pkgconfig qt:5
+USES=		autoreconf compiler:c++11-lang desktop-file-utils gmake \
+		pkgconfig qt:5
 
 GNU_CONFIGURE=	yes
 USE_QT=		buildtools_build core gui network qmake_build testlib widgets xml


More information about the svn-ports-all mailing list