Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 19:10:20 +0930
From:      Shane Ambler <FreeBSD@ShaneWare.Biz>
To:        ajtiM <lumiwa@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: openal-soft
Message-ID:  <4F952384.1060906@ShaneWare.Biz>
In-Reply-To: <201204211750.24967.lumiwa@gmail.com>
References:  <201204211750.24967.lumiwa@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F952384.1060906>