CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/06/26 03:58:08
Modified files:
audio/openal : Makefile
audio/openal/patches: patch-Alc_portaudio_c patch-CMakeLists_txt
Added files:
audio/openal/patches: patch-Alc_alcConfig_c patch-openal_pc_in
Log message:
various fixes to the openal port from Brad;
- Use CMake options via CONFIGURE_ARGS to disable unnecessary backends
and unwanted features which also means being able to remove some
patching of CMakeLists.
- Fix hardcoded path in the OpenAL code.
- Fix the pkg-config file to properly list the library dependencies.