Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2008 15:32:00 +0100
From:      Jonathan Hogg <jonathan@significant-whitespace.com>
To:        gnome@FreeBSD.org
Subject:   Bug in dbus-1.1.20 port
Message-ID:  <BBDC8639-4AC1-4199-AE47-9E34DE0E9316@significant-whitespace.com>

next in thread | raw e-mail | index | archive | help
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.

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BBDC8639-4AC1-4199-AE47-9E34DE0E9316>