From b3d6a23b5134029bc8a8e7ec613f78d07aeaf72e Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 26 Jul 2023 11:12:27 +0200 Subject: [PATCH] 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