pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/multimedia/libbluray
On Fri, Mar 02, 2018 at 11:59:26AM +0000, Frédéric Fauberteau wrote:
> Module Name: pkgsrc
> Committed By: triaxx
> Date: Fri Mar 2 11:59:26 UTC 2018
>
> Modified Files:
> pkgsrc/multimedia/libbluray: distinfo
> Added Files:
> pkgsrc/multimedia/libbluray/patches: patch-configure
>
> Log Message:
> Fix compilation error for gettimeofday() on FreeBSD.
>
> Use of gettimeofday() needs __XSI_VISIBLE (that implies _XOPEN_SOURCE
> defined) on FreeBSD.
What kind of standard macro does it set in first place? FreeBSD also
provides ~everything by default, unless something asks for a restricted
namespace first. We tend to patch that away and not add more visibility
glue if possible.
Joerg
Home |
Main Index |
Thread Index |
Old Index