Date: Wed, 2 Aug 2023 18:53:54 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c6c3a8af86d2 - main - graphics/eos-movrec: Fix build with llvm16 Message-ID: <202308021853.372IrsuK084507@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308021853.372IrsuK084507>