]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/commitdiff
- copied from gettext package
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Fri, 22 Jan 2010 01:00:09 +0000 (01:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext-libintl_by_gcj.patch -> 1.1
    gettext-removed_macros.patch -> 1.1

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

diff --git a/gettext-libintl_by_gcj.patch b/gettext-libintl_by_gcj.patch
new file mode 100644 (file)
index 0000000..dae44d1
--- /dev/null
@@ -0,0 +1,11 @@
+--- gettext-0.16.1/gettext-runtime/configure.ac.orig   2007-01-06 23:57:05.000000000 +0000
++++ gettext-0.16.1/gettext-runtime/configure.ac        2007-01-06 23:57:11.000000000 +0000
+@@ -35,7 +35,7 @@
+ gt_JAVA_CHOICE
+-gt_JAVACOMP([1.3], [1.1])
++gt_JAVACOMP([1.3], [1.4])
+ AC_CHECK_PROG(JAR, jar, jar)
+ if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
+   BUILDJAVA=yes
diff --git a/gettext-removed_macros.patch b/gettext-removed_macros.patch
new file mode 100644 (file)
index 0000000..e334393
--- /dev/null
@@ -0,0 +1,14 @@
+diff -ur gettext-0.17.old/gettext-runtime/libasprintf/configure.ac gettext-0.17/gettext-runtime/libasprintf/configure.ac
+--- gettext-0.17.old/gettext-runtime/libasprintf/configure.ac  2007-11-10 19:00:24.000000000 +0100
++++ gettext-0.17/gettext-runtime/libasprintf/configure.ac      2007-11-10 19:01:22.000000000 +0100
+@@ -54,8 +54,8 @@
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_INLINE
+ AC_TYPE_SIZE_T
+-gl_AC_TYPE_LONG_LONG
+-gt_TYPE_LONGDOUBLE
++AC_TYPE_LONG_LONG_INT
++AC_TYPE_LONG_DOUBLE
+ gt_TYPE_WCHAR_T
+ gt_TYPE_WINT_T
+ AC_CHECK_TYPE([ptrdiff_t], ,
This page took 0.139233 seconds and 4 git commands to generate.