Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342290 Details for
Bug 428598
x11-plugins/gkrellweather-2.0.8: ignores cflags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gkrellweather-2.0.8-Move-GrabWeather-r1.patch
gkrellweather-2.0.8-Move-GrabWeather-r1.patch (text/plain), 1.10 KB, created by
Michael Mair-Keimberger (iamnr3)
on 2013-03-16 19:33:53 UTC
(
hide
)
Description:
gkrellweather-2.0.8-Move-GrabWeather-r1.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (iamnr3)
Created:
2013-03-16 19:33:53 UTC
Size:
1.10 KB
patch
obsolete
>diff --git a/gkrellweather.c b/gkrellweather.c >index 1d4cf4e..224260a 100644 >--- a/gkrellweather.c >+++ b/gkrellweather.c >@@ -721,7 +721,7 @@ apply_air_config (void) > options.station[1] = c[1]; > options.station[2] = c[2]; > options.station[3] = c[3]; >- snprintf(options.command, 512, PREFIX "/bin/GrabWeather %s", options.station); >+ snprintf(options.command, 512, PREFIX "/libexec/gkrellweather/GrabWeather %s", options.station); > options.command[511] = 0; > snprintf(options.filename, 512, "%s/.wmWeatherReports/%s.dat", > getenv("HOME"), options.station); >@@ -986,7 +986,7 @@ read_default(void) > options.windspeed_unit = 1; > options.pressure_unit = 1; > strcpy(options.station, DEFAULT_STATION_ID); >- snprintf(options.command, 512, "/usr/share/gkrellm/GrabWeather %s", options.station); >+ snprintf(options.command, 512, PREFIX "/libexec/gkrellweather/GrabWeather %s", options.station); > options.command[511] = 0; > snprintf(options.filename, 512, "%s/.wmWeatherReports/%s.dat", > getenv("HOME"), options.station); >-- >1.7.2 >
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 428598
:
342288
| 342290 |
342292