Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xmlrpc-c/files: xmlrpc-c-1.16.06-parallel-make.patch
Date: Fri, 02 Jan 2009 20:49:15
Message-Id: E1LIqx9-00077H-VH@stork.gentoo.org
1 loki_val 09/01/02 20:49:07
2
3 Added: xmlrpc-c-1.16.06-parallel-make.patch
4 Log:
5 Fix bug 251850, parallel make issue that would cause xmlrpc.h to not be installed. Thanks to Diego for the report.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.06-parallel-make.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.06-parallel-make.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/files/xmlrpc-c-1.16.06-parallel-make.patch?rev=1.1&content-type=text/plain
13
14 Index: xmlrpc-c-1.16.06-parallel-make.patch
15 ===================================================================
16 diff -NrU5 xmlrpc-c-1.16.06.orig/include/Makefile xmlrpc-c-1.16.06/include/Makefile
17 --- xmlrpc-c-1.16.06.orig/include/Makefile 2009-01-02 21:01:23.000000000 +0100
18 +++ xmlrpc-c-1.16.06/include/Makefile 2009-01-02 21:03:41.000000000 +0100
19 @@ -117,11 +117,11 @@
20 default: all
21
22 all:
23
24 .PHONY: install-compat-hdr
25 -install-compat-hdr:
26 +install-compat-hdr: install-headers
27 # Install old names of header files for backward compatibility
28 cd $(DESTDIR)$(HEADERINST_DIR); \
29 rm -f xmlrpc.h xmlrpc_client.h xmlrpc_server.h xmlrpc_cgi.h \
30 xmlrpc_server_abyss.h xmlrpc_abyss.h \
31 xmlrpc_server_w32httpsys.h \