diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-01-10 17:45:59 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-01-10 17:47:58 +0300 |
commit | 37d7bdc340e08e97649558220bd45df7f429ea9b (patch) | |
tree | 84ad4afd04391029e0e5ef907a43c2ef5ad539a9 /dev-libs/xmlrpc-c/files | |
parent | media-libs/libwebp: amd64 stable (diff) | |
download | gentoo-37d7bdc340e08e97649558220bd45df7f429ea9b.tar.gz gentoo-37d7bdc340e08e97649558220bd45df7f429ea9b.tar.bz2 gentoo-37d7bdc340e08e97649558220bd45df7f429ea9b.zip |
dev-libs/xmlrpc-c: revision bump
Respect user CFLAGS, fix building with USE="-cxx". Drop old revision
Reported-by: Gilles Dartiguelongue <eva@gentoo.org>
Gentoo-Bug: 604440
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-libs/xmlrpc-c/files')
-rw-r--r-- | dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch new file mode 100644 index 000000000000..64de06b3bb28 --- /dev/null +++ b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.39.11-cplusplus.patch @@ -0,0 +1,14 @@ +--- a/lib/Makefile 2015-12-30 07:22:14.000000000 +0300 ++++ b/lib/Makefile 2017-01-10 15:17:39.410000000 +0300 +@@ -9,7 +9,10 @@ + + # Build up SUBDIRS: + SUBDIRS = +-SUBDIRS += util libutil libutil++ ++SUBDIRS += util libutil ++ifeq ($(ENABLE_CPLUSPLUS),yes) ++ SUBDIRS += libutil++ ++endif + ifeq ($(ENABLE_ABYSS_SERVER),yes) + SUBDIRS += abyss + ifeq ($(ENABLE_CPLUSPLUS),yes) |