Bug 121746 - sci-astronomy/stellarium: patch for GCC 4.1 compatibility
Bug#: 121746 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: mr_bones_@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL:  https://sourceforge.net/tracker/?func=detail&atid=454375&aid=1424845&group_id=48857
Summary: sci-astronomy/stellarium: patch for GCC 4.1 compatibility
Keywords:  
Status Whiteboard: 
Opened: 2006-02-05 15:17 0000
Description:   Opened: 2006-02-05 15:17 0000
Usual under-prioritised patch for GCC 4.1 compatibility, this time it's for
Stellarium.

I'm also attaching a small ebuild patch that fixes dependencies for nls
(gettext is not required at runtime for glibc users, but it is for non-glibc
users, so use libintl).

Might also consider appending -fno-strict-aliasing as the code dereferences
type-punned pointers.

HTH,
Diego

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2006-02-05 15:18:03 0000 -------
Created an attachment (id=78982) [details]
stellarium-0.7.1-gcc41.patch

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2006-02-05 15:18:19 0000 -------
Created an attachment (id=78983) [details]
Ebuild patch

------- Comment #3 From Diego E. 'Flameeyes' Pettenò 2006-02-06 09:11:12 0000 -------
Patch applied upstream.

------- Comment #4 From Mr. Bones. 2006-02-06 18:00:28 0000 -------
In CVS.  Thanks for the bug report and patch.