]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/commitdiff
- patch for getopt bug in crossmingw32-gettext
authorggodlewski <ggodlewski@pld-linux.org>
Mon, 25 Aug 2003 20:23:19 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-gettext.patch -> 1.1

crossmingw32-gettext.patch [new file with mode: 0644]

diff --git a/crossmingw32-gettext.patch b/crossmingw32-gettext.patch
new file mode 100644 (file)
index 0000000..d87b061
--- /dev/null
@@ -0,0 +1,33 @@
+diff -uNr gettext-0.11.5/lib/Makefile.am gettext-0.11.5.2/lib/Makefile.am
+--- gettext-0.11.5/lib/Makefile.am     2003-02-01 19:13:17.000000000 +0100
++++ gettext-0.11.5.2/lib/Makefile.am   2003-08-25 18:02:56.000000000 +0200
+@@ -39,7 +39,6 @@
+   fstrcmp.h fstrcmp.c \
+   full-write.h full-write.c \
+   gcd.h gcd.c \
+-  getopt.h getopt.c getopt1.c \
+   hash.h hash.c \
+   javacomp.h javacomp.c \
+   javaexec.h javaexec.c \
+diff -uNr gettext-0.11.5/lib/Makefile.in gettext-0.11.5.2/lib/Makefile.in
+--- gettext-0.11.5/lib/Makefile.in     2003-02-01 19:23:37.000000000 +0100
++++ gettext-0.11.5.2/lib/Makefile.in   2003-08-25 18:03:09.000000000 +0200
+@@ -228,7 +228,6 @@
+   fstrcmp.h fstrcmp.c \
+   full-write.h full-write.c \
+   gcd.h gcd.c \
+-  getopt.h getopt.c getopt1.c \
+   hash.h hash.c \
+   javacomp.h javacomp.c \
+   javaexec.h javaexec.c \
+@@ -324,8 +323,8 @@
+ libgettextlib_la_DEPENDENCIES = @LTALLOCA@ @LTLIBOBJS@
+ am_libgettextlib_la_OBJECTS = argmatch.lo backupfile.lo addext.lo \
+       basename.lo c-ctype.lo copy-file.lo error.lo execute.lo \
+-      findprog.lo fstrcmp.lo full-write.lo gcd.lo getopt.lo \
+-      getopt1.lo hash.lo javacomp.lo javaexec.lo linebreak.lo \
++      findprog.lo fstrcmp.lo full-write.lo gcd.lo \
++      hash.lo javacomp.lo javaexec.lo linebreak.lo \
+       localcharset.lo mbswidth.lo obstack.lo concatpath.lo \
+       pipe-bidi.lo pipe-in.lo pipe-out.lo progname.lo safe-read.lo \
+       sh-quote.lo stpncpy.lo strtoul.lo tmpdir.lo wait-process.lo \
This page took 0.285149 seconds and 4 git commands to generate.