Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 00:51:47 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527147 - head/graphics/eos-movrec
Message-ID:  <202002260051.01Q0plgp003242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002260051.01Q0plgp003242>