git: 0ea64959dc24 - main - databases/mysql++: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 19 Jul 2023 20:45:39 UTC
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