]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/commitdiff
- back to 2.4.24. RA-branch RA-1_0 STABLE libxml2-2_4_24-2 libxml2-2_4_24-3 libxml2-2_4_24-4
authorkloczek <kloczek@pld-linux.org>
Tue, 1 Oct 2002 20:29:55 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-DESTDIR.patch -> 1.3

libxml2-DESTDIR.patch

index 3fb883cd5d97d2eaa538ce495b340516777e8b43..6c7397e264a85c174feb406be9c6c3fb074da290 100644 (file)
@@ -1,14 +1,5 @@
---- 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 @@
-       libxml2-python-api.xml  \
-       $(DOCS)
--libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
-+libxml2mod_la_LDFLAGS = -module -avoid-version
- if WITH_PYTHON
- mylibs = \
+--- libxml2-2.4.24/python/Makefile.am~ Sat Aug 24 16:20:59 2002
++++ libxml2-2.4.24/python/Makefile.am  Sat Aug 24 16:20:59 2002
 @@ -32,6 +32,7 @@
  
  pythondir = $(libdir)/python${PYTHON_VERSION}/site-packages
        cat $(srcdir)/libxml.py 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
--      $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
+-      $(mkinstalldirs) $(libdir)/python${PYTHON_VERSION}/site-packages
+-      @INSTALL@ -m 0644 libxml2.py $(libdir)/python${PYTHON_VERSION}/site-packages
+-      $(mkinstalldirs) $(DOCS_DIR)
 -      @(for doc in $(DOCS) ; \
--         do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
+-         do @INSTALL@ -m 0644 $$doc $(DOCS_DIR) ; done)
 -
  GENERATE = generator.py
  API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
This page took 0.046206 seconds and 4 git commands to generate.