]> git.pld-linux.org Git - packages/mutt.git/commitdiff
Added autoconf.patch, rel. 10 auto/th/mutt-1.5.21-10
authorArtur Frysiak <artur@frysiak.net>
Wed, 5 Sep 2012 22:19:31 +0000 (00:19 +0200)
committerArtur Frysiak <artur@frysiak.net>
Wed, 5 Sep 2012 22:19:31 +0000 (00:19 +0200)
AM_C_PROTOTYPES is obsoleted

autoconf.patch [new file with mode: 0644]
mutt.spec

diff --git a/autoconf.patch b/autoconf.patch
new file mode 100644 (file)
index 0000000..4375ccb
--- /dev/null
@@ -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
index 517bcfe07ab537fb860fda09a721ac4c8e84247a..8307682a858ac4197713714714dff7f126861ede 100644 (file)
--- 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}
This page took 0.031947 seconds and 4 git commands to generate.