Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263215 - mail-client/mozilla-thunderbird-2.0.0.21 gcc 4.4 elif failure
Summary: mail-client/mozilla-thunderbird-2.0.0.21 gcc 4.4 elif failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-03-21 07:14 UTC by Martin Jansa
Modified: 2009-03-22 15:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mozilla-thunderbird-2.0.0.21-gcc44-elif.patch (mozilla-thunderbird-2.0.0.21-gcc44-elif.patch,381 bytes, patch)
2009-03-21 07:14 UTC, Martin Jansa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jansa 2009-03-21 07:14:02 UTC
GCC 4.4 no longer allows #elif without an expression. This patch changes one
such instance in thunderbird sources to #else.

Quite the same as in xulrunner and firefox here #260815.

Reproducible: Always
Comment 1 Martin Jansa 2009-03-21 07:14:53 UTC
Created attachment 185708 [details, diff]
mozilla-thunderbird-2.0.0.21-gcc44-elif.patch
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2009-03-22 15:26:20 UTC
Fixed.