]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/commitdiff
- updated for 2.6.31 auto/ac/libxml2-2_6_31-1 auto/th/libxml2-2_6_31-1 auto/th/libxml2-2_6_31-2 auto/ti/libxml2-2_6_31-1 auto/ti/libxml2-2_6_31-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Jan 2008 00:04:13 +0000 (00:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-DESTDIR.patch -> 1.10

libxml2-DESTDIR.patch

index a4972b936dcacc718309e04caf8a7024662b1f00..9c407601379904a9a2ab3487471cb21ee0548fdd 100644 (file)
@@ -1,16 +1,16 @@
---- 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
-@@ -32,6 +32,7 @@
+--- libxml2-2.6.31/python/Makefile.am.orig     2008-01-11 08:22:32.000000000 +0100
++++ libxml2-2.6.31/python/Makefile.am  2008-01-14 00:00:56.657955544 +0100
+@@ -34,6 +34,7 @@
  all-local:    libxml2.py
  
  python_LTLIBRARIES = libxml2mod.la
 +python_DATA = libxml2.py drv_libxml2.py
  
  libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
- libxml2mod_la_LIBADD = $(mylibs)
-@@ -39,14 +40,6 @@
- libxml2.py: $(srcdir)/libxml.py $(srcdir)/libxml2class.py
-       cat $(srcdir)/libxml.py $(srcdir)/libxml2class.py > libxml2.py
+ libxml2mod_la_LIBADD = $(mylibs) @CYGWIN_EXTRA_PYTHON_LIBADD@
+@@ -41,14 +42,6 @@
+ libxml2.py: $(srcdir)/libxml.py libxml2class.py
+       cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
  
 -install-data-local:
 -      $(mkinstalldirs) $(DESTDIR)$(pythondir)
@@ -20,6 +20,6 @@
 -      @(for doc in $(DOCS) ; \
 -         do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
 -
- GENERATE = generator.py
- API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
- GENERATED= $(srcdir)/libxml2class.py \
+ uninstall-local:
+       @(for doc in $(DOCS) ; \
+          do rm $(DESTDIR)$(DOCS_DIR)/`basename $$doc` ; done)
This page took 0.196545 seconds and 4 git commands to generate.