git: b3d6a23b5134 - main - cad/fritzing: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 09:40:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3d6a23b5134029bc8a8e7ec613f78d07aeaf72e commit b3d6a23b5134029bc8a8e7ec613f78d07aeaf72e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-26 09:12:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-26 09:40:12 +0000 cad/fritzing: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- cad/fritzing/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index 5310137073f6..93fe3fdbfc6b 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -14,6 +14,7 @@ SUB_FILES+= pkg-install USES= compiler:c++11-lang dos2unix gmake gnome python qmake qt:5 \ tar:bzip2 +USE_CXXSTD= c++14 USE_QT= buildtools concurrent core dbus gui imageformats network printsupport qmake serialport sql-sqlite3 svg xml DOS2UNIX_REGEX= .*pro USE_GITHUB= yes