openal-soft/openal-soft.patch

12 lines
422 B
Diff
Raw Normal View History

2010-04-05 17:31:26 +00:00
--- CMakeLists.txt 2010-03-30 07:03:34.000000000 +0200
+++ CMakeLists1.txt 2010-04-04 17:11:19.447191337 +0200
@@ -423,7 +423,7 @@
2009-08-10 09:28:09 +00:00
# Needed for openal.pc.in
SET(prefix ${CMAKE_INSTALL_PREFIX})
SET(exec_prefix "\${prefix}")
-SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}")
2010-04-05 17:31:26 +00:00
+SET(libdir "${LIB_INSTALL_DIR}")
2009-08-10 09:28:09 +00:00
SET(bindir "\${exec_prefix}/bin")
SET(includedir "\${prefix}/include")
SET(PACKAGE_VERSION "${LIB_VERSION}")