After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148049 - [PATCH] Fix gweather on systems that do not have _NL_MEASUREMENT_MEASUREMENT
[PATCH] Fix gweather on systems that do not have _NL_MEASUREMENT_MEASUREMENT
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: gweather
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-21 02:55 UTC by Joe Marcus Clarke
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Fix build on systems without _NL_MEASUREMENT_MEASUREMENT (1.97 KB, patch)
2004-07-21 02:56 UTC, Joe Marcus Clarke
committed Details | Review

Description Joe Marcus Clarke 2004-07-21 02:55:35 UTC
Certain systems, such as FreeBSD, do not support _NL_MEASUREMENT_MEASUREMENT,
and thus fail to compile gweather.  The attached (trivial) patch corrects this.
 Perhaps there is a more intelligent approach to this, but this at least
produces a functional gweather.
Comment 1 Joe Marcus Clarke 2004-07-21 02:56:03 UTC
Created attachment 29721 [details] [review]
Fix build on systems without _NL_MEASUREMENT_MEASUREMENT
Comment 2 Kevin Vandersloot 2004-07-21 13:06:24 UTC
Please commit.
Comment 3 Joe Marcus Clarke 2004-07-21 16:24:41 UTC
Not a committer, just a lowly porter ;-).
Comment 4 Gareth Owen 2004-07-26 00:05:29 UTC
Comment on attachment 29721 [details] [review]
Fix build on systems without _NL_MEASUREMENT_MEASUREMENT

Commit thanks.