]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/commitdiff
- updated for 2.6.4, added missing file auto/ac/libxml2-2_6_11-1 auto/ac/libxml2-2_6_4-1 auto/ac/libxml2-2_6_7-1 auto/ac/libxml2-2_6_8-1 auto/ac/libxml2-2_6_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Dec 2003 19:04:33 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-DESTDIR.patch -> 1.7

libxml2-DESTDIR.patch

index 29f44a37b9fea67ec47e1b3010088aaee9aa2599..ca976689219bc3ad089906655929ffe1b7bdfda6 100644 (file)
@@ -1,6 +1,5 @@
-diff -urN libxml2-2.5.8.orig/python/Makefile.am libxml2-2.5.8/python/Makefile.am
---- libxml2-2.5.8.orig/python/Makefile.am      Mon Jul  7 09:25:20 2003
-+++ libxml2-2.5.8/python/Makefile.am   Mon Jul  7 09:27:14 2003
+--- libxml2-2.6.4/python/Makefile.am.orig      2003-12-21 12:01:40.000000000 +0100
++++ libxml2-2.6.4/python/Makefile.am   2003-12-26 19:42:40.933314784 +0100
 @@ -23,7 +23,7 @@
        libxml2-python-api.xml  \
        $(DOCS)
@@ -14,7 +13,7 @@ diff -urN libxml2-2.5.8.orig/python/Makefile.am libxml2-2.5.8/python/Makefile.am
  all-local:    libxml2.py
  
  python_LTLIBRARIES = libxml2mod.la
-+python_DATA = libxml2.py
++python_DATA = libxml2.py drv_libxml2.py
  
  libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
  libxml2mod_la_LIBADD = $(mylibs)
@@ -25,7 +24,7 @@ diff -urN libxml2-2.5.8.orig/python/Makefile.am libxml2-2.5.8/python/Makefile.am
 -install-data-local:
 -      $(mkinstalldirs) $(DESTDIR)$(pythondir)
 -      @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
--      @INSTALL@ -m 0644 drv_libxml2.py $(DESTDIR)$(pythondir)
+-      @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir)
 -      $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
 -      @(for doc in $(DOCS) ; \
 -         do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
This page took 0.246574 seconds and 4 git commands to generate.