On Mon, 2010-04-05 at 13:09 +0200, LinuxDonald wrote:
> Am 05.04.2010 03:11, schrieb Braden McDaniel:
> > On Sun, 2010-04-04 at 17:18 +0200, LinuxDonald wrote:
> >
> >> Am 01.04.2010 23:01, schrieb Braden McDaniel:
> >>
> > [snip]
> >
> >
> >>> It looks like this line in CMakeLists.t
Am 05.04.2010 03:11, schrieb Braden McDaniel:
> On Sun, 2010-04-04 at 17:18 +0200, LinuxDonald wrote:
>
>> Am 01.04.2010 23:01, schrieb Braden McDaniel:
>>
> [snip]
>
>
>>> It looks like this line in CMakeLists.txt:
>>>
>>>
>>>
SET(libdir "\${exec_prefix}/${LIB_INSTALL_DI
On Sun, 2010-04-04 at 17:18 +0200, LinuxDonald wrote:
> Am 01.04.2010 23:01, schrieb Braden McDaniel:
[snip]
> > It looks like this line in CMakeLists.txt:
> >
> >
> >> SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}")
> >>
> > should be
> >
> >
> >> SET(libdir "${LIB_INSTALL_
Am 01.04.2010 23:01, schrieb Braden McDaniel:
> 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
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
> Descript
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 c
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:
Vers