git: fbd4ab08f016 - main - misc/qlcplus: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 18:26:25 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbd4ab08f01657e04697397f98ce457bab755c28 commit fbd4ab08f01657e04697397f98ce457bab755c28 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-21 18:02:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-21 18:26:14 +0000 misc/qlcplus: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- misc/qlcplus/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/qlcplus/Makefile b/misc/qlcplus/Makefile index 734cb6f87d02..413c897c1efb 100644 --- a/misc/qlcplus/Makefile +++ b/misc/qlcplus/Makefile @@ -19,15 +19,15 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libudev.so:devel/libudev-devd USES= desktop-file-utils gl pkgconfig qmake qt:5 shared-mime-info shebangfix -USE_QT= core gui multimedia network script testlib widgets buildtools:build +USE_CXXSTD= c++14 +USE_GITHUB= yes +GH_ACCOUNT= mcallegari USE_GL= gl USE_LDCONFIG= yes +USE_QT= core gui multimedia network script testlib widgets buildtools:build SHEBANG_FILES= translate.sh -USE_GITHUB= yes -GH_ACCOUNT= mcallegari - BINARY_ALIAS= g++=${CXX} post-patch: