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

updated cppunit and cppunit-dev (1.12.1 -> 1.15.1)
author Hans-G?nter Theisgen
date Sun Jan 12 10:08:30 2020 +0100 (2020-01-12)
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 ;