GNOME Bugzilla – Bug 314366
gnome-applets build fixes on FreeBSD
Last modified: 2005-08-25 02:07:31 UTC
Please describe the problem: The attached patch is needed to have gnome-applets compile clean on FreeBSD (specifically, Gentoo/FreeBSD). It's a modified version of the patches in FreeBSD's ports to use the configure script instead of __FreeBSD__ definition to consider pty.h and values.h present. HTH, Diego Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 51241 [details] [review] gnome-applets-2.10.1-fbsd.patch
Intuition suggests that these will still be needed. Can someone confirm?
==> ChangeLog <== 2005-08-24 Ryan Lortie <desrt@desrt.ca> * configure.in: Add checks for non-portable headers <pty.h> and <values.h>. Patch from Diego Pettenò <flameeyes@gentoo.org> closes bug #314366. ==> gweather/ChangeLog <== 2005-08-24 Ryan Lortie <desrt@desrt.ca> * weather.c: Conditionalise the #inclusion of <values.h>. Patch from Diego Pettenò <flameeyes@gentoo.org> closes bug #314366. ==> modemlights/ChangeLog <== 2005-08-24 Ryan Lortie <desrt@desrt.ca> * modem-applet.c: Conditionalise #inclusion of <pty.h>. Add the FreeBSD equivilents inside an #ifdef __FreeBSD__. Patch from Diego Pettenò <flameeyes@gentoo.org> closes bug #314366.