Bug in dbus-1.1.20 port
Jeremy Messenger
mezz7 at cox.net
Sat Apr 5 16:46:32 UTC 2008
On Sat, 05 Apr 2008 09:32:00 -0500, Jonathan Hogg
<jonathan at significant-whitespace.com> wrote:
> This port cannot be built WITHOUT_X11. The dbus tools directory fails to
> build because of a reference to xdisplay that hasn't been #ifdef'ed out.
Committed, thanks!
Cheers,
Mezz
> Patch:
>
> *** dbus-launch.c~ Sat Apr 5 15:30:30 2008
> --- dbus-launch.c Sat Apr 5 15:24:34 2008
> ***************
> *** 966,972 ****
> --- 966,974 ----
> char write_pid_fd_as_string[MAX_FD_LEN];
> char write_address_fd_as_string[MAX_FD_LEN];
>
> + #ifdef DBUS_BUILD_X11
> xdisplay = NULL;
> + #endif
>
> if (close_stderr)
> do_close_stderr ();
>
>
> Thanks,
>
> Jonathan
--
mezz7 at cox.net - mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org
More information about the freebsd-gnome
mailing list