From 6a5f70e028bcd3b94c39465da075e4f4286a2be4 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 28 Jul 2006 07:41:42 +0000 Subject: [PATCH] - updated for 0.15 Changed files: crossmingw32-gettext.patch -> 1.5 --- crossmingw32-gettext.patch | 35 +++++------------------------------ 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/crossmingw32-gettext.patch b/crossmingw32-gettext.patch index 4a5a7fb..c5c8959 100644 --- a/crossmingw32-gettext.patch +++ b/crossmingw32-gettext.patch @@ -61,39 +61,14 @@ diff -uNr gettext-0.12.1/gettext-tools/lib/xreadlink.c gettext-0.12.1.good/gette char * xreadlink (char const *filename) { -diff -uNr gettext-0.12.1/gettext-tools/src/Makefile.am gettext-0.12.1.good/gettext-tools/src/Makefile.am ---- gettext-0.12.1/gettext-tools/src/Makefile.am 2003-04-29 12:05:37.000000000 +0200 -+++ gettext-0.12.1.good/gettext-tools/src/Makefile.am 2003-08-26 20:52:28.000000000 +0200 -@@ -25,7 +25,7 @@ - RM = rm -f - - bin_PROGRAMS = \ --msgcmp msgfmt msgmerge msgunfmt xgettext \ -+msgcmp msgmerge msgunfmt xgettext \ - msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq - - noinst_PROGRAMS = hostname urlget -diff -uNr gettext-0.12.1/gettext-tools/src/write-java.c gettext-0.12.1.good/gettext-tools/src/write-java.c ---- gettext-0.12.1/gettext-tools/src/write-java.c 2003-04-29 12:04:04.000000000 +0200 -+++ gettext-0.12.1.good/gettext-tools/src/write-java.c 2003-08-26 15:43:07.000000000 +0200 -@@ -1130,7 +1130,7 @@ - for (i = 0; i < ndots; i++) - { - cleanup_list.subdir_count = i + 1; -- if (mkdir (subdirs[i], S_IRUSR | S_IWUSR | S_IXUSR) < 0) -+ if (mkdir (subdirs[i]) < 0) - { - error (0, errno, _("failed to create \"%s\""), subdirs[i]); - while (i-- > 0) -diff -uNr gettext-0.12.1/Makefile.am gettext-0.12.1.good/Makefile.am ---- gettext-0.12.1/Makefile.am 2003-04-01 12:17:29.000000000 +0200 -+++ gettext-0.12.1.good/Makefile.am 2003-08-26 20:52:48.000000000 +0200 +--- gettext-0.15/Makefile.am.orig 2006-07-13 21:38:57.000000000 +0200 ++++ gettext-0.15/Makefile.am 2006-07-28 09:20:23.757611000 +0200 @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies --SUBDIRS = autoconf-lib-link gettext-runtime gettext-tools -+SUBDIRS = autoconf-lib-link gettext-runtime +-SUBDIRS = gettext-runtime gettext-tools autoconf-lib-link ++SUBDIRS = gettext-runtime autoconf-lib-link EXTRA_DIST = \ - version.sh PACKAGING README.gemtext ChangeLog.0 \ + version.sh PACKAGING ChangeLog.0 autogen.sh \ -- 2.43.0