Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87573 Details for
Bug 134436
x11-libs/vte fails to compile on nls free systems (patch included).
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vte-0.11.18-nonls.patch
vte-0.11.18-nonls.patch (text/plain), 971 bytes, created by
Yuri Vasilevski (RETIRED)
on 2006-05-26 10:33:44 UTC
(
hide
)
Description:
vte-0.11.18-nonls.patch
Filename:
MIME Type:
Creator:
Yuri Vasilevski (RETIRED)
Created:
2006-05-26 10:33:44 UTC
Size:
971 bytes
patch
obsolete
>diff -Naurp vte-0.11.18.orig/src/reaper.c vte-0.11.18/src/reaper.c >--- vte-0.11.18.orig/src/reaper.c 2004-05-02 06:43:01 +0000 >+++ vte-0.11.18/src/reaper.c 2006-05-26 17:02:52 +0000 >@@ -31,17 +31,12 @@ > #include "marshal.h" > #include "reaper.h" > >-#ifdef HAVE_LOCALE_H >-#include <locale.h> >-#else >-#define bindtextdomain(package,dir) >-#endif >- > #ifdef ENABLE_NLS > #include <libintl.h> > #define _(String) dgettext(PACKAGE, String) > #else > #define _(String) String >+#define bindtextdomain(package,dir) > #endif > > static VteReaper *singleton_reaper = NULL; >diff -Naurp vte-0.11.18.orig/src/vte.c vte-0.11.18/src/vte.c >--- vte-0.11.18.orig/src/vte.c 2006-05-26 16:37:46 +0000 >+++ vte-0.11.18/src/vte.c 2006-05-26 17:02:40 +0000 >@@ -9531,7 +9531,7 @@ vte_terminal_class_init(VteTerminalClass > #endif > > bindtextdomain(PACKAGE, LOCALEDIR); >-#ifdef HAVE_DECL_BIND_TEXTDOMAIN_CODESET >+#if HAVE_DECL_BIND_TEXTDOMAIN_CODESET > bind_textdomain_codeset(PACKAGE, "UTF-8"); > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 134436
: 87573 |
88556
|
88557
|
88609