GNOME Bugzilla – Bug 722116
Some LC_* variables are not portable
Last modified: 2014-01-14 04:43:05 UTC
I found the following non-portable constants are used in modules/gettext/seed-gettext.c: LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION These constants cause compilation error on FreeBSD.
Can you look at this - looks like freebsd made a few mods for seed http://code.ohloh.net/project?pid=xfAX0MA5QdE&did=devel%2Fseed%2Ffiles&cid=blmSyxeD0W8&fp=305952&mp=&projSelected=true I've commited the ifdefs from that to fix this issue. Regards Alan
Thanks. I can build seed on FreeBSD 10 without patch now. It seems other patches are workaround for older FreeBSD release, which are not needed for FreeBSD 10.