diff options
Diffstat (limited to 'dev-libs/xmlrpc-c-cvs/files/xmlrpc-c-mkinstalldirs.patch')
-rw-r--r-- | dev-libs/xmlrpc-c-cvs/files/xmlrpc-c-mkinstalldirs.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dev-libs/xmlrpc-c-cvs/files/xmlrpc-c-mkinstalldirs.patch b/dev-libs/xmlrpc-c-cvs/files/xmlrpc-c-mkinstalldirs.patch new file mode 100644 index 0000000..80ef484 --- /dev/null +++ b/dev-libs/xmlrpc-c-cvs/files/xmlrpc-c-mkinstalldirs.patch @@ -0,0 +1,46 @@ +Index: Makefile.common +=================================================================== +RCS file: /cvsroot/xmlrpc-c/xmlrpc-c/Makefile.common,v +retrieving revision 1.53 +diff -u -b -B -r1.53 Makefile.common +--- Makefile.common 1 Jan 2007 00:59:38 -0000 1.53 ++++ Makefile.common 15 Feb 2007 09:08:52 -0000 +@@ -448,8 +448,6 @@ + # (except shared libraries) # + ############################################################################## + +-MKINSTALLDIRS = $(SHELL) $(SRCDIR)/mkinstalldirs +- + .PHONY: install-common install-libraries install-headers install-bin + install-common: \ + install-ltlibraries install-static-libraries install-shared-libraries \ +Index: Makefile.config.in +=================================================================== +RCS file: /cvsroot/xmlrpc-c/xmlrpc-c/Makefile.config.in,v +retrieving revision 1.23 +diff -u -b -B -r1.23 Makefile.config.in +--- Makefile.config.in 28 Sep 2006 02:15:55 -0000 1.23 ++++ Makefile.config.in 15 Feb 2007 09:08:53 -0000 +@@ -256,6 +256,7 @@ + INSTALL_SHLIB = $(INSTALL) -c -m 755 + INSTALL_DATA = $(INSTALL) -c -m 644 + INSTALL_SCRIPT = $(INSTALL) -c -m 755 ++MKINSTALLDIRS = $(INSTALL) -d -m 755 + + # Here are the locations at which 'make install' puts files: + +Index: lib/expat/xmlwf/Makefile.in +=================================================================== +RCS file: /cvsroot/xmlrpc-c/xmlrpc-c/lib/expat/xmlwf/Makefile.in,v +retrieving revision 1.1 +diff -u -b -B -r1.1 Makefile.in +--- lib/expat/xmlwf/Makefile.in 16 Oct 2004 21:41:29 -0000 1.1 ++++ lib/expat/xmlwf/Makefile.in 15 Feb 2007 09:08:57 -0000 +@@ -106,7 +106,6 @@ + + EXTRA_DIST = codepage.c filemap.h unixfilemap.c xmlfile.c xmltchar.h xmlwf.dsp codepage.h readfilemap.c win32filemap.c xmlfile.h xmlwf.c + +-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../xmlrpc_config.h + CONFIG_CLEAN_FILES = + DIST_COMMON = Makefile.in |