svn commit: r527147 - head/graphics/eos-movrec

Mark Linimon linimon at FreeBSD.org
Wed Feb 26 00:51:48 UTC 2020


Author: linimon
Date: Wed Feb 26 00:51:47 2020
New Revision: 527147
URL: https://svnweb.freebsd.org/changeset/ports/527147

Log:
  Add compiler:c++11-lang to fix build on GCC-based systems:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

Modified:
  head/graphics/eos-movrec/Makefile

Modified: head/graphics/eos-movrec/Makefile
==============================================================================
--- head/graphics/eos-movrec/Makefile	Wed Feb 26 00:07:14 2020	(r527146)
+++ head/graphics/eos-movrec/Makefile	Wed Feb 26 00:51:47 2020	(r527147)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2
 
-USES=		cmake dos2unix pkgconfig qt:5 tar:bzip2
+USES=		cmake compiler:c++11-lang dos2unix pkgconfig qt:5 tar:bzip2
 DOS2UNIX_FILES=	main.cpp
 USE_QT=		buildtools_build qmake_build core gui widgets
 


More information about the svn-ports-head mailing list