git: c6c3a8af86d2 - main - graphics/eos-movrec: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 02 Aug 2023 18:53:54 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c6c3a8af86d2f1f810b0fc90d1ab2ea3b726e693

commit c6c3a8af86d2f1f810b0fc90d1ab2ea3b726e693
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 17:11:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 18:53:43 +0000

    graphics/eos-movrec: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/eos-movrec/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile
index 2b96b3bfd528..cc7c9397ed1a 100644
--- a/graphics/eos-movrec/Makefile
+++ b/graphics/eos-movrec/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2
 
 USES=		cmake compiler:c++11-lang dos2unix pkgconfig qt:5 tar:bzip2
 DOS2UNIX_FILES=	main.cpp
+USE_CXXSTD=	c++14
 USE_QT=		buildtools:build qmake:build core gui widgets
 
 ICON_SIZES=	16x16 32x32 128x128 256x256 512x512