Re: git: 981929d361d7 - main - audio/pulseaudio-module-sndio: Fix an error on loading
- Reply: Max Brazhnikov : "Re: git: 981929d361d7 - main - audio/pulseaudio-module-sndio: Fix an error on loading"
- Reply: Nicola Vitale : "Re: git: 981929d361d7 - main - audio/pulseaudio-module-sndio: Fix an error on loading"
- In reply to: Nicola Vitale : "git: 981929d361d7 - main - audio/pulseaudio-module-sndio: Fix an error on loading"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Aug 2024 13:47:43 UTC
On Thu, Aug 29, 2024 at 4:00 PM Nicola Vitale <nivit@freebsd.org> wrote: > > +PULSE_MODDIR!= ${LOCALBASE}/bin/pkg-config --variable=modlibexecdir libpulse > +PULSE_VERSION!= ${LOCALBASE}/bin/pkg-config --modversion libpulse This doesn't work when building in Poudriere, because the pkg-config executable isn't there at the time the variable value is evaluated. You might workaround it by adding pkg-config to PATCH_DEPENDS, but it is still quite a non-canonical solution.