On 4/1/10 2:17 PM, LinuxDonald wrote:
> I found today that the .pc file compiling is broken in openal-soft.
> 
> When i compile openal-soft i become this .pc file:
> 
> prefix=/usr
> exec_prefix=${prefix}
> libdir=${exec_prefix}//usr/lib64
> includedir=${prefix}/include
> 
> Name: OpenAL
> Description: OpenAL is a cross-platform 3D audio API
> Requires:
> Version: 1.12.854
> Libs: -L${libdir} -lopenal
> Cflags: -I${includedir}
> 
> 
> Can anyone please help me to fix it? Upstream need this patch too.
> I have the CMakeLists.txt added to this mail.

It looks like this line in CMakeLists.txt:

> SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}")

should be

> SET(libdir "${LIB_INSTALL_DIR}")

-- 
Braden McDaniel <bra...@endoframe.com>
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to