Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 13:33:25 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08d6cc6855a0 - main - net/xmlrpc-c: Fix build with llvm 16
Message-ID:  <202307181333.36IDXPgr048891@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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