]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- build fix for autoconf 2.64
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 19 Aug 2009 12:36:49 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext-m4.patch -> 1.1
    gettext.spec -> 1.167

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

diff --git a/gettext-m4.patch b/gettext-m4.patch
new file mode 100644 (file)
index 0000000..3e374c3
--- /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])
+ ])
++
++])
index 281b1f036e8aa9582db54cf39b6b3a87e0364b0f..0cedbb9f630a1a8f82548449b6920daf73f61fc4 100644 (file)
@@ -51,6 +51,7 @@ Patch4:               %{name}-libintl_by_gcj.patch
 Patch5:                %{name}-removed_macros.patch
 Patch6:                %{name}-creat_mode.patch
 Patch7:                %{name}-cvs.patch
+Patch8:                %{name}-m4.patch
 URL:           http://www.gnu.org/software/gettext/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.10
@@ -322,6 +323,7 @@ GNU gettext dla C#.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 # make autopoint to use tar.gz archives instead of cvs repository
This page took 0.078693 seconds and 4 git commands to generate.