]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/commitdiff
- updated to current version libxml2-2_5_6-1 libxml2-2_5_7-1
authoraflinta <aflinta@pld-linux.org>
Mon, 6 Jan 2003 19:39:02 +0000 (19:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-DESTDIR.patch -> 1.5

libxml2-DESTDIR.patch

index 3fb883cd5d97d2eaa538ce495b340516777e8b43..a3579db2a4fe5ff2224b58501a5871e8a9f194a9 100644 (file)
@@ -1,15 +1,16 @@
---- libxml2-2.4.25/python/Makefile.am.orig     Fri Sep  6 04:35:41 2002
-+++ libxml2-2.4.25/python/Makefile.am  Sun Sep 29 01:07:18 2002
-@@ -22,7 +22,7 @@
+diff -urN libxml2-2.5.0.orig/python/Makefile.am libxml2-2.5.0/python/Makefile.am
+--- libxml2-2.5.0.orig/python/Makefile.am      Mon Jan  6 13:28:32 2003
++++ libxml2-2.5.0/python/Makefile.am   Mon Jan  6 20:11:40 2003
+@@ -23,7 +23,7 @@
        libxml2-python-api.xml  \
        $(DOCS)
  
 -libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
-+libxml2mod_la_LDFLAGS = -module -avoid-version
++libxml2mod_la_LDFLAGS = -module -avoid-version 
  
  if WITH_PYTHON
  mylibs = \
-@@ -32,6 +32,7 @@
+@@ -33,6 +33,7 @@
  
  pythondir = $(libdir)/python${PYTHON_VERSION}/site-packages
  python_LTLIBRARIES = libxml2mod.la
  
  libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
  libxml2mod_la_LIBADD = $(mylibs)
-@@ -39,13 +40,6 @@
- libxml2.py: $(srcdir)/libxml.py libxml2class.py
-       cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
+@@ -40,14 +41,6 @@
+ libxml2.py: $(srcdir)/libxml.py $(srcdir)/libxml2class.py
+       cat $(srcdir)/libxml.py $(srcdir)/libxml2class.py > libxml2.py
  
 -install-data-local:
 -      $(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
 -      @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
+-      @INSTALL@ -m 0644 drv_libxml2.py $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
 -      $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
 -      @(for doc in $(DOCS) ; \
 -         do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
This page took 0.264627 seconds and 4 git commands to generate.