svn commit: r504033 - head/audio/traverso

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jun 12 18:50:01 UTC 2019


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


More information about the svn-ports-all mailing list