Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106048 - sci-astronomy/stellarium - nls fix
Summary: sci-astronomy/stellarium - nls fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 04:28 UTC by Florian Steinel
Modified: 2005-09-17 16:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Steinel 2005-09-15 04:28:50 UTC
as statet under
http://sourceforge.net/tracker/index.php?func=detail&aid=1286227&group_id=48857&atid=454373
the nls fix for stellarium is in cvs.

Reading the meantioned Emails the fix is:
+ /* Many header files from the libstdc++ coming with g++ 3.3 or newer include
+    <libintl.h>, which chokes if dcgettext is defined as a macro.  So include
+    it now, to make later inclusions of <libintl.h> a NOP.  */
+ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3)
+ # include <cstdlib>
+ # if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H
+ #  include <libintl.h>
+ # endif
+ #endif
+
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2005-09-17 16:06:15 UTC
0.7.1 is in portage.