build failure dbus 1.8 on OS X 10.6

MK-MacPorts at techno.ms MK-MacPorts at techno.ms
Wed Apr 30 14:35:06 PDT 2014


On 28 Apr 2014, at 18:21 , René J.V. Bertin <rjvbertin at gmail.com> wrote:
> -          fd = open (new_dirs[i], O_RDONLY);
> +#ifdef O_CLOEXEC
> +          fd = open (new_dirs[i], O_RDONLY | O_CLOEXEC);
> +
> +          if (retval < 0 && errno == EINVAL)
> +#endif
> +            fd = open (new_dirs[i], O_RDONLY);
> +
> +          _dbus_fd_set_close_on_exec (fd);
I do not have a SL to test on at the moment, but do you have a patch for this submitted to trac already?


More information about the macports-users mailing list