openal-soft

Shane Ambler FreeBSD at ShaneWare.Biz
Mon Apr 23 09:43:17 UTC 2012


On 22/04/2012 08:20, ajtiM wrote:
> Update to openal-soft fron 1.13 to 1.14 doesn't works on my FreeBSD 9.0
> release:

> Linking C executable alstream
> /usr/bin/ld: cannot find -lavcodec
> *** Error code 1
>
> Stop in /usr/ports/audio/openal-soft/work/openal-soft-1.14.
> *** Error code 1
>

Personally I added the following to my /etc/make.conf for a temporary fix

.if ${.CURDIR:M*/audio/openal-soft*}
LDFLAGS+= -L/usr/local/lib
.endif


More information about the freebsd-ports mailing list