Date: Sat, 05 Apr 2008 11:49:01 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Jonathan Hogg" <jonathan@significant-whitespace.com> Cc: gnome@freebsd.org Subject: Re: Bug in dbus-1.1.20 port Message-ID: <op.t85czzby9aq2h7@mezz.mezzweb.com> In-Reply-To: <BBDC8639-4AC1-4199-AE47-9E34DE0E9316@significant-whitespace.com> References: <BBDC8639-4AC1-4199-AE47-9E34DE0E9316@significant-whitespace.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 05 Apr 2008 09:32:00 -0500, Jonathan Hogg = <jonathan@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 ou= t. 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 =3D NULL; > + #endif > > if (close_stderr) > do_close_stderr (); > > > Thanks, > > Jonathan -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.t85czzby9aq2h7>