Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 08:54:47 +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: r506915 - head/devel/snorenotify
Message-ID:  <201907190854.x6J8slUN030749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul 19 08:54:47 2019
New Revision: 506915
URL: https://svnweb.freebsd.org/changeset/ports/506915

Log:
  devel/snorenotify: fix build on GCC architectures
  
  Needs C++11 compiler:
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/snorenotify/Makefile

Modified: head/devel/snorenotify/Makefile
==============================================================================
--- head/devel/snorenotify/Makefile	Fri Jul 19 08:49:33 2019	(r506914)
+++ head/devel/snorenotify/Makefile	Fri Jul 19 08:54:47 2019	(r506915)
@@ -12,7 +12,7 @@ COMMENT=	Multi platform Qt notification framework
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING.LGPL-3
 
-USES=		cmake kde:5 qt:5
+USES=		cmake compiler:c++11-lang kde:5 qt:5
 USE_KDE=	ecm
 USE_QT=		core dbus gui network widgets buildtools_build qmake_build
 USE_GITHUB=	yes



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