[packages/mutt] Added autoconf.patch, rel. 10
wiget
wiget at pld-linux.org
Thu Sep 6 00:23:18 CEST 2012
commit bbee9f5d9dcc19f7ad4ac9c1ff80bf022020bde0
Author: Artur Frysiak <artur at frysiak.net>
Date: Thu Sep 6 00:19:31 2012 +0200
Added autoconf.patch, rel. 10
AM_C_PROTOTYPES is obsoleted
autoconf.patch | 13 +++++++++++++
mutt.spec | 4 +++-
2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/mutt.spec b/mutt.spec
index 517bcfe..8307682 100644
--- a/mutt.spec
+++ b/mutt.spec
@@ -29,7 +29,7 @@ Summary(tr.UTF-8): Mutt elektronik posta programı
Summary(uk.UTF-8): Поштова клієнтська програма Mutt
Name: mutt
Version: 1.5.21
-Release: 9
+Release: 10
Epoch: 6
License: GPL v2+
Group: Applications/Mail
@@ -67,6 +67,7 @@ Patch22: %{name}-imap_fast_trash.patch
Patch23: %{name}-db.patch
# http://mutt.org.ua/download/
Patch24: %{name}-vvv.nntp.patch
+Patch25: autoconf.patch
URL: http://www.mutt.org/
BuildRequires: autoconf >= 2.54
BuildRequires: automake >= 1.6
@@ -176,6 +177,7 @@ Mutt - це невеликий, але потужний повноекранни
%patch22 -p1
%patch23 -p1
%{?with_nntp:%patch24 -p1}
+%patch25 -p1
# force regeneration (manual.sgml is modified by some patches)
%{__rm} doc/{manual*.html,manual.txt}
diff --git a/autoconf.patch b/autoconf.patch
new file mode 100644
index 0000000..4375ccb
--- /dev/null
+++ b/autoconf.patch
@@ -0,0 +1,13 @@
+--- mutt-1.5.21/configure.ac.wiget 2012-09-06 00:15:08.572730635 +0200
++++ mutt-1.5.21/configure.ac 2012-09-06 00:15:55.529396771 +0200
+@@ -27,10 +27,6 @@ AC_MSG_RESULT($mutt_cv_prefix)
+
+ AC_PROG_CC
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+-if test "x$U" != "x"; then
+- AC_MSG_ERROR(Compiler not ANSI compliant)
+-fi
+ AC_PROG_CPP
+ AC_PROG_MAKE_SET
+ AC_PROG_INSTALL
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mutt.git/commitdiff/bbee9f5d9dcc19f7ad4ac9c1ff80bf022020bde0
More information about the pld-cvs-commit
mailing list