svn commit: r532678 - head/audio/pianobooster
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Apr 23 12:49:02 UTC 2020
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
More information about the svn-ports-all
mailing list