git: 08d6cc6855a0 - main - net/xmlrpc-c: Fix build with llvm 16

From: Renato Botelho <garga_at_FreeBSD.org>
Date: Tue, 18 Jul 2023 13:33:25 UTC
The branch main has been updated by garga:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08d6cc6855a01842f0547b0f3f85000eb05e69eb

commit 08d6cc6855a01842f0547b0f3f85000eb05e69eb
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2023-07-18 13:32:43 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2023-07-18 13:33:21 +0000

    net/xmlrpc-c: Fix build with llvm 16
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 net/xmlrpc-c/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile
index aeffbaa22aab..b39ccb0ac3cb 100644
--- a/net/xmlrpc-c/Makefile
+++ b/net/xmlrpc-c/Makefile
@@ -10,6 +10,7 @@ WWW=		http://xmlrpc-c.sourceforge.net/
 LICENSE=	BSD3CLAUSE
 
 USES=		gmake pkgconfig tar:tgz
+USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes