]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
toolchain: Copy gettext's patch files into repository.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 7 Feb 2010 14:58:44 +0000 (15:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 7 Feb 2010 14:58:44 +0000 (15:58 +0100)
pkgs/toolchain/gettext/patches/gettext-0.17-automake-1.patch [new file with mode: 0644]

diff --git a/pkgs/toolchain/gettext/patches/gettext-0.17-automake-1.patch b/pkgs/toolchain/gettext/patches/gettext-0.17-automake-1.patch
new file mode 100644 (file)
index 0000000..d6e1196
--- /dev/null
@@ -0,0 +1,27 @@
+diff -urN gettext-0.17.org/gettext-tools/gnulib-m4/openmp.m4 gettext-0.17/gettext-tools/gnulib-m4/openmp.m4
+--- gettext-0.17.org/gettext-tools/gnulib-m4/openmp.m4 2007-05-27 21:50:22.000000000 +0200
++++ gettext-0.17/gettext-tools/gnulib-m4/openmp.m4     2009-08-19 14:33:04.694430366 +0200
+@@ -1,11 +1,15 @@
+-# openmp.m4 serial 4
+-dnl Copyright (C) 2006-2007 Free Software Foundation, Inc.
++# openmp.m4 serial 7
++dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
+ dnl This file is free software; the Free Software Foundation
+ dnl gives unlimited permission to copy and/or distribute it,
+ dnl with or without modifications, as long as this notice is preserved.
+ dnl This file can be removed once we assume autoconf >= 2.62.
++dnl Expand to nothing in autoconf >= 2.62. m4_copy has a different
++dnl semantic in autoconf > 2.63.
++m4_ifdef([AC_OPENMP], [], [
++
+ # _AC_LANG_OPENMP
+ # ---------------
+ # Expands to some language dependent source code for testing the presence of
+@@ -90,3 +94,5 @@
+   fi
+   AC_SUBST([OPENMP_]_AC_LANG_PREFIX[FLAGS])
+ ])
++
++])