diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-06-03 10:33:47 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-06-03 10:33:47 +0100 |
commit | f59d4d1bd7700f029cae08f0d81fe8c01b19712d (patch) | |
tree | cf16e34f6067dddeaa9a51498ffb86564d7d77af /recipes/mutt/mutt-1.5.19/makedoc.patch | |
parent | 1679705e3c22180b39126fdfa8a39c02e550b450 (diff) |
mutt_1.5.19.bb : latest version of the mutt MTA with sidebar support
Diffstat (limited to 'recipes/mutt/mutt-1.5.19/makedoc.patch')
-rw-r--r-- | recipes/mutt/mutt-1.5.19/makedoc.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/mutt/mutt-1.5.19/makedoc.patch b/recipes/mutt/mutt-1.5.19/makedoc.patch new file mode 100644 index 0000000000..379a8a15ed --- /dev/null +++ b/recipes/mutt/mutt-1.5.19/makedoc.patch @@ -0,0 +1,26 @@ +Index: mutt-1.5.19/doc/Makefile.am +=================================================================== +--- mutt-1.5.19.orig/doc/Makefile.am ++++ mutt-1.5.19/doc/Makefile.am +@@ -7,7 +7,7 @@ AM_CPPFLAGS = -I. -I.. -I$(includedir) - + + MAKEDOC_CPP = $(CPP) $(AM_CPPFLAGS) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C + +-noinst_PROGRAMS = makedoc ++makedoc : $(makedoc_SOURCES) + + EXTRA_DIST = dotlock.man \ + muttbug.man \ +Index: mutt-1.5.19/doc/makedoc.c +=================================================================== +--- mutt-1.5.19.orig/doc/makedoc.c ++++ mutt-1.5.19/doc/makedoc.c +@@ -51,7 +51,7 @@ + #ifndef HAVE_STRERROR + #ifndef STDC_HEADERS + extern int sys_nerr; +-extern char *sys_errlist[]; ++/*extern char *sys_errlist[];*/ + #endif + + #define strerror(x) ((x) > 0 && (x) < sys_nerr) ? sys_errlist[(x)] : 0 |