]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/blob - gettext-am18.patch
- there IS libasprintf (but requires gcc-c++)
[packages/crossmingw32-gettext.git] / gettext-am18.patch
1 --- gettext-0.13.1/gettext-tools/lib/Makefile.am.orig   2003-11-16 16:20:38.000000000 +0100
2 +++ gettext-0.13.1/gettext-tools/lib/Makefile.am        2003-12-19 00:13:44.377267408 +0100
3 @@ -116,7 +116,7 @@
4    @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
5  
6  # No need to install libgettextlib.a.
7 -install-exec-am: install-exec-clean
8 +install-exec-hook: install-exec-clean
9  install-exec-clean:
10         $(RM) $(DESTDIR)$(libdir)/libgettextlib.a
11  
12 --- gettext-0.13.1/gettext-tools/src/Makefile.am.orig   2003-11-16 16:20:38.000000000 +0100
13 +++ gettext-0.13.1/gettext-tools/src/Makefile.am        2003-12-19 00:13:27.739796688 +0100
14 @@ -146,7 +146,7 @@
15    ../lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
16  
17  # No need to install libgettextsrc.a.
18 -install-exec-am: install-exec-clean
19 +install-exec-hook: install-exec-clean
20  install-exec-clean:
21         $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a
22  
This page took 0.033808 seconds and 3 git commands to generate.