Date: Thu, 23 Apr 2020 12:49:01 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532678 - head/audio/pianobooster Message-ID: <202004231249.03NCn13Z050526@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Apr 23 12:49:01 2020 New Revision: 532678 URL: https://svnweb.freebsd.org/changeset/ports/532678 Log: audio/pianobooster: fix build on GCC architectures Use C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Modified: head/audio/pianobooster/Makefile Modified: head/audio/pianobooster/Makefile ============================================================================== --- head/audio/pianobooster/Makefile Thu Apr 23 12:25:39 2020 (r532677) +++ head/audio/pianobooster/Makefile Thu Apr 23 12:49:01 2020 (r532678) @@ -15,7 +15,7 @@ LIB_DEPENDS= libftgl.so:graphics/ftgl \ libjack.so:audio/jack \ librtmidi.so:audio/rtmidi -USES= cmake desktop-file-utils gl pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:5 USE_GITHUB= yes GH_ACCOUNT= captnfab GH_PROJECT= PianoBooster
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004231249.03NCn13Z050526>