diff options
author | Renato Botelho <garga@FreeBSD.org> | 2023-07-18 13:32:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2023-07-18 13:33:21 +0000 |
commit | 08d6cc6855a01842f0547b0f3f85000eb05e69eb (patch) | |
tree | aab4b649b101a60f108a118b07896e90760689ce | |
parent | 5cf3315223b2e126820cdbbcaf6a7df290b48e50 (diff) |
net/xmlrpc-c: Fix build with llvm 16
Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r-- | net/xmlrpc-c/Makefile | 1 |
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 |