svn commit: r553154 - head/audio/welle.io

Mark Linimon linimon at FreeBSD.org
Sat Oct 24 03:44:57 UTC 2020


Author: linimon
Date: Sat Oct 24 03:44:56 2020
New Revision: 553154
URL: https://svnweb.freebsd.org/changeset/ports/553154

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/welle.io/Makefile

Modified: head/audio/welle.io/Makefile
==============================================================================
--- head/audio/welle.io/Makefile	Sat Oct 24 00:20:57 2020	(r553153)
+++ head/audio/welle.io/Makefile	Sat Oct 24 03:44:56 2020	(r553154)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libmp3lame.so:audio/lame \
 		libmpg123.so:audio/mpg123
 
-USES=		cmake pkgconfig qt:5
+USES=		cmake compiler:c++11-lang pkgconfig qt:5
 USE_QT=		charts core declarative gui multimedia network quickcontrols2 \
 		widgets buildtools_build qmake_build
 


More information about the svn-ports-all mailing list