aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2023-07-18 13:32:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2023-07-18 13:33:21 +0000
commit08d6cc6855a01842f0547b0f3f85000eb05e69eb (patch)
treeaab4b649b101a60f108a118b07896e90760689ce
parent5cf3315223b2e126820cdbbcaf6a7df290b48e50 (diff)
downloadports-08d6cc6855a01842f0547b0f3f85000eb05e69eb.tar.gz
ports-08d6cc6855a01842f0547b0f3f85000eb05e69eb.zip
net/xmlrpc-c: Fix build with llvm 16
Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--net/xmlrpc-c/Makefile1
1 files changed, 1 insertions, 0 deletions
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