Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 20:45:39 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: 0ea64959dc24 - main - databases/mysql++: Fix build with llvm16
Message-ID:  <202307192045.36JKjdvG049059@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=0ea64959dc2484f87003c0fc5964ede847d63919

commit 0ea64959dc2484f87003c0fc5964ede847d63919
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-19 20:02:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-19 20:45:27 +0000

    databases/mysql++: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 databases/mysql++/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile
index 9c7c229a57a6..d9f0a239cbfd 100644
--- a/databases/mysql++/Makefile
+++ b/databases/mysql++/Makefile
@@ -10,6 +10,7 @@ WWW=		https://tangentsoft.com/mysqlpp
 LICENSE=	LGPL21
 
 USES=		gmake mysql
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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