Date: Wed, 12 Jun 2019 18:50:00 +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: r504033 - head/audio/traverso Message-ID: <201906121850.x5CIo0DL006981@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Jun 12 18:50:00 2019 New Revision: 504033 URL: https://svnweb.freebsd.org/changeset/ports/504033 Log: audio/traverso: fix build Add USES=compiler:c++11-lang to fix: CMake Error in src/traverso/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicite approval) Modified: head/audio/traverso/Makefile Modified: head/audio/traverso/Makefile ============================================================================== --- head/audio/traverso/Makefile Wed Jun 12 18:39:27 2019 (r504032) +++ head/audio/traverso/Makefile Wed Jun 12 18:50:00 2019 (r504033) @@ -27,7 +27,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libvorbisfile.so:audio/libvorbis \ libwavpack.so:audio/wavpack -USES= cmake desktop-file-utils localbase:ldflags pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags pkgconfig qt:5 USE_QT= core gui printsupport xml widgets buildtools_build qmake_build CMAKE_OFF= WANT_ALSA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906121850.x5CIo0DL006981>