summaryrefslogtreecommitdiff
path: root/packages/mutt/mutt-1.5.9i/makedoc.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2005-08-04 13:05:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-04 13:05:50 +0000
commitb88d9341ef7e666d484518013b74d365fdc4c71d (patch)
tree7993516bfb147c72ac473dbaf113346784fa3c1c /packages/mutt/mutt-1.5.9i/makedoc.patch
parent76790ea7a36a0de4f3f1d15ea9c3df2b986dc323 (diff)
mutt: added a version bump to 1.5.9i, changed to use gnutls added the
sidebar tab patch enabled gpgme. Left DEFAULT_PRERENCE=-1 in case there are problems with new functionality.
Diffstat (limited to 'packages/mutt/mutt-1.5.9i/makedoc.patch')
-rw-r--r--packages/mutt/mutt-1.5.9i/makedoc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mutt/mutt-1.5.9i/makedoc.patch b/packages/mutt/mutt-1.5.9i/makedoc.patch
new file mode 100644
index 0000000000..f2b64a6f22
--- /dev/null
+++ b/packages/mutt/mutt-1.5.9i/makedoc.patch
@@ -0,0 +1,11 @@
+--- mutt-1.5.9/makedoc.c.orig 2005-08-04 10:26:18.686217792 +0000
++++ mutt-1.5.9/makedoc.c 2005-08-04 10:26:36.254547000 +0000
+@@ -49,7 +49,7 @@
+ #ifndef HAVE_STRERROR
+ #ifndef STDC_HEADERS
+ extern int sys_nerr;
+-extern char *sys_errlist[];
++extern __const char *__const sys_errlist[];
+ #endif
+
+ #define strerror(x) ((x) > 0 && (x) < sys_nerr) ? sys_errlist[(x)] : 0