Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 04:13:38 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547237 - head/graphics/vulkan-caps-viewer
Message-ID:  <202009010413.0814DcGN086314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Sep  1 04:13:38 2020
New Revision: 547237
URL: https://svnweb.freebsd.org/changeset/ports/547237

Log:
  graphics/vulkan-caps-viewer: correct used C++ standard (cosmetic)
  
  vulkanCapsViewer.pro has CONFIG += c++11

Modified:
  head/graphics/vulkan-caps-viewer/Makefile   (contents, props changed)

Modified: head/graphics/vulkan-caps-viewer/Makefile
==============================================================================
--- head/graphics/vulkan-caps-viewer/Makefile	Tue Sep  1 04:05:22 2020	(r547236)
+++ head/graphics/vulkan-caps-viewer/Makefile	Tue Sep  1 04:13:38 2020	(r547237)
@@ -11,7 +11,7 @@ LICENSE=	LGPL3 # based on license headers
 
 LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader
 
-USES=		compiler:c++14-lang pkgconfig qmake qt:5
+USES=		compiler:c++11-lib pkgconfig qmake qt:5
 USE_GITHUB=	yes
 USE_QT=		qmake_build buildtools_build core gui network widgets
 GH_ACCOUNT=	SaschaWillems



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