Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 09:40:26 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: b3d6a23b5134 - main - cad/fritzing: Fix build with llvm16
Message-ID:  <202307260940.36Q9eQQC050382@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307260940.36Q9eQQC050382>