Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43898 Details for
Bug 48455
emerging hddtemp 0.3_beta11 fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
nls disable patch for hddtemp-0.3_beta12
hddtemp-0.3-beta12-nls.patch (text/plain), 638 bytes, created by
Jarno Honkanen
on 2004-11-13 18:59:45 UTC
(
hide
)
Description:
nls disable patch for hddtemp-0.3_beta12
Filename:
MIME Type:
Creator:
Jarno Honkanen
Created:
2004-11-13 18:59:45 UTC
Size:
638 bytes
patch
obsolete
>--- hddtemp-0.3-beta12/src/hddtemp.c.orig 2004-10-01 20:19:41.000000000 +0300 >+++ hddtemp-0.3-beta12/src/hddtemp.c 2004-10-29 00:52:35.726611744 +0300 >@@ -35,6 +35,10 @@ > #define _(String) (String) > #endif > >+#ifdef HAVE_LOCALE_H >+#include <locale.h> >+#endif >+ > // Standard includes > #include <unistd.h> > #include <stdlib.h> >@@ -482,9 +486,13 @@ > backtrace_sigill(); > backtrace_sigbus(); > >+#ifdef HAVE_SETLOCALE > setlocale (LC_ALL, ""); >+#endif >+#ifdef HAVE_GETTEXT > bindtextdomain (PACKAGE, LOCALEDIR); > textdomain (PACKAGE); >+#endif > > show_db = debug = numeric = quiet = wakeup = af_hint = 0; > portnum = PORT_NUMBER;
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 48455
:
29687
|
29688
| 43898