GNOME Bugzilla – Bug 697688
OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime/strcasecmp
Last modified: 2013-04-11 09:57:20 UTC
Created attachment 241118 [details] [review] define _XOPEN_SOURCE_EXTENDED Hi. These were introduced in XPG4. On OpenBSD, just defining _XOPEN_SOURCE gets you the older XPG3 wich doesn't include them, so we need to define _XOPEN_SOURCE_EXTENDED to get XPG4v2. This fixes several implicit declarations. Note that a similar patch was already pushed to evolution-data-server, eog, gthumb and gnome-system-log some time ago.
Hello Antoine, Thank you for the patch, it looks good, please go ahead and commit! :)
(In reply to comment #1) > Hello Antoine, > > Thank you for the patch, it looks good, please go ahead and commit! :) Thank you Martyn, it's in f48e4dc
Created attachment 241178 [details] [review] define XOPEN_SOURCE_EXTENDED I missed this in my previous commit.. Would it be alright to push it? Sorry for the oversight.
Sure, go ahead. :) Thanks again.
Thanks :) It's in: 3443706