svn commit: r568794 - in head/multimedia/pipewire: . files

Gleb Popov arrowd at freebsd.org
Fri Mar 19 19:17:04 UTC 2021


On Fri, Mar 19, 2021 at 8:44 PM Alexey Dokuchaev <danfe at freebsd.org> wrote:

> On Fri, Mar 19, 2021 at 01:36:45PM +0000, Gleb Popov wrote:
> > New Revision: 568794
> > URL: https://svnweb.freebsd.org/changeset/ports/568794
> >
> > Log:
> >   multimedia/pipewire: Fix a runtime crash.
> >
> > ...
> > @@ -0,0 +1,10 @@
> > +--- src/daemon/pipewire.c.orig       2021-03-04 15:21:21 UTC
> > ++++ src/daemon/pipewire.c
> > +@@ -25,6 +25,7 @@
> > + #include <limits.h>
> > + #include <signal.h>
> > + #include <getopt.h>
> > ++#include <libgen.h>
> > +
> > + #include <spa/utils/result.h>
> > + #include <pipewire/pipewire.h>
>
> Could you explain how adding a header file fixes a runtime crash?  I could
> guess that it's e.g. because of a missing function prototype that returns
> a pointer or something ...
>

Exactly this.


More information about the svn-ports-head mailing list