]> git.pld-linux.org Git - packages/crossmingw32-expat.git/commitdiff
- updated to 1.95.3 (many bug fixes) expat-1_95_3-3
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Jul 2002 22:14:12 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuilding ac/am is not necessary and creates problems with libtool;
  use only DESTDIR patch
- new %%doc, added xmlwf program, removed English "es" translations

Changed files:
    expat-DESTDIR.patch -> 1.1

expat-DESTDIR.patch [new file with mode: 0644]

diff --git a/expat-DESTDIR.patch b/expat-DESTDIR.patch
new file mode 100644 (file)
index 0000000..9e3051b
--- /dev/null
@@ -0,0 +1,32 @@
+--- expat-1.95.3/Makefile.in.orig      Mon Jun  3 20:16:07 2002
++++ expat-1.95.3/Makefile.in   Mon Jul  8 23:44:12 2002
+@@ -30,7 +30,7 @@
+ bindir = @bindir@
+ libdir = @libdir@
+ includedir = @includedir@
+-mandir = ${prefix}/man/man1
++mandir = @mandir@/man1
+ top_builddir = .
+@@ -68,14 +68,14 @@
+       tests/runtests
+ install: xmlwf/xmlwf installlib
+-      $(mkinstalldirs) $(bindir) $(mandir)
+-      $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf
+-      $(INSTALL_DATA) doc/xmlwf.1 $(mandir)
++      $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)
++      $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(DESTDIR)$(bindir)/xmlwf
++      $(INSTALL_DATA) doc/xmlwf.1 $(DESTDIR)$(mandir)
+ installlib: lib/$(LIBRARY) lib/$(APIHEADER)
+-      $(mkinstalldirs) $(libdir) $(includedir)
+-      $(LIBTOOL) --mode=install $(INSTALL) lib/$(LIBRARY) $(libdir)/$(LIBRARY)
+-      $(INSTALL_DATA) lib/$(APIHEADER) $(includedir)
++      $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
++      $(LIBTOOL) --mode=install $(INSTALL) lib/$(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
++      $(INSTALL_DATA) lib/$(APIHEADER) $(DESTDIR)$(includedir)
+ uninstall: uninstalllib
+       $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
This page took 0.085961 seconds and 4 git commands to generate.