Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 263215

Summary: mail-client/mozilla-thunderbird-2.0.0.21 gcc 4.4 elif failure
Product: Gentoo Linux Reporter: Martin Jansa <Martin.Jansa>
Component: [OLD] GCC PortingAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: mozilla-thunderbird-2.0.0.21-gcc44-elif.patch

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.