From: Michael Tremer Date: Sun, 7 Feb 2010 14:58:44 +0000 (+0100) Subject: toolchain: Copy gettext's patch files into repository. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d1ca6f41bd2a45517ee5b47c8ddd2cca07a446;p=ipfire-3.x.git toolchain: Copy gettext's patch files into repository. --- 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 index 000000000..d6e1196e0 --- /dev/null +++ b/pkgs/toolchain/gettext/patches/gettext-0.17-automake-1.patch @@ -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]) + ]) ++ ++])