packages: gettext/gettext.spec, gettext/gettext-m4.patch (NEW) - build fix ...

arekm arekm at pld-linux.org
Wed Aug 19 14:36:55 CEST 2009


Author: arekm                        Date: Wed Aug 19 12:36:55 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- build fix for autoconf 2.64

---- Files affected:
packages/gettext:
   gettext.spec (1.166 -> 1.167) , gettext-m4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gettext/gettext.spec
diff -u packages/gettext/gettext.spec:1.166 packages/gettext/gettext.spec:1.167
--- packages/gettext/gettext.spec:1.166	Wed Aug 19 14:27:43 2009
+++ packages/gettext/gettext.spec	Wed Aug 19 14:36:49 2009
@@ -52,6 +52,7 @@
 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
@@ -323,6 +324,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 # make autopoint to use tar.gz archives instead of cvs repository
@@ -552,6 +554,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.167  2009/08/19 12:36:49  arekm
+- build fix for autoconf 2.64
+
 Revision 1.166  2009/08/19 12:27:43  arekm
 rel 8; drop cvs dependency from autopoint
 

================================================================
Index: packages/gettext/gettext-m4.patch
diff -u /dev/null packages/gettext/gettext-m4.patch:1.1
--- /dev/null	Wed Aug 19 14:36:55 2009
+++ packages/gettext/gettext-m4.patch	Wed Aug 19 14:36:49 2009
@@ -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])
+ ])
++
++])
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gettext/gettext.spec?r1=1.166&r2=1.167&f=u



More information about the pld-cvs-commit mailing list