wok view cyrus-imapd/stuff/50-FTBFS-gcc-4.0-fix.dpatch @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents ac4e45db7a32
children
line source
1 diff -urN cyrus22-imapd-2.2.12~/tools/config2header cyrus22-imapd-2.2.12/tools/config2header
2 --- cyrus22-imapd-2.2.12~/tools/config2header 2004-06-22 21:02:31.000000000 +0200
3 +++ cyrus22-imapd-2.2.12/tools/config2header 2005-06-22 07:56:17.180293688 +0200
4 @@ -214,7 +214,6 @@
5 print HFILE <<EOF
6 IMAPOPT_LAST
7 };
8 -extern struct imapopt_s imapopts[];
10 enum enum_value {
11 IMAP_ENUM_ZERO = 0,
12 @@ -260,6 +259,8 @@
14 print HFILE <<EOF
15 };
16 +extern struct imapopt_s imapopts[];
17 +
18 #endif /* INCLUDED_IMAPOPTIONS_H */
19 EOF
20 ;