Date: Mon, 15 Oct 2018 06:22:44 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482134 - head/audio/qsynth Message-ID: <201810150622.w9F6MiiD044852@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon Oct 15 06:22:44 2018 New Revision: 482134 URL: https://svnweb.freebsd.org/changeset/ports/482134 Log: audio/qsynth needs a compiler with C++11 support Modified: head/audio/qsynth/Makefile Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Mon Oct 15 06:12:03 2018 (r482133) +++ head/audio/qsynth/Makefile Mon Oct 15 06:22:44 2018 (r482134) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= gmake pkgconfig qt:5 +USES= compiler:c++11-lang gmake pkgconfig qt:5 USE_CXXSTD= c++11 USE_QT= core gui widgets x11extras buildtools_build linguisttools_build qmake_build USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810150622.w9F6MiiD044852>