commit: 5032b14a401b01eaefe5cc98b384c844437bf9c2
Author: dlahoti <deven.lahoti <AT> gmail <DOT> com>
AuthorDate: Thu Dec 3 05:52:52 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 23:34:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5032b14a
media-libs/openal: add patch to fix jack support
media-libs/openal/files/openal-1.17.0-jackfix.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/media-libs/openal/files/openal-1.17.0-jackfix.patch
b/media-libs/openal/files/openal-1.17.0-jackfix.patch
new file mode 100644
index 0000000..6b41478
--- /dev/null
+++ b/media-libs/openal/files/openal-1.17.0-jackfix.patch
@@ -0,0 +1,11 @@
+--- openal-1.17.0/CMakeLists.txt
++++ openal-1.17.0/CMakeLists.txt
+@@ -924,7 +924,7 @@
+ SET(HAVE_JACK 1)
+ SET(BACKENDS "${BACKENDS} JACK${IS_LINKED},")
+ SET(ALC_OBJS ${ALC_OBJS} Alc/backends/jack.c)
+- ADD_BACKEND_LIBS(${PULSEAUDIO_LIBRARIES})
++ ADD_BACKEND_LIBS(${JACK_LIBRARIES})
+ IF(CMAKE_VERSION VERSION_LESS "2.8.8")
+ INCLUDE_DIRECTORIES(${JACK_INCLUDE_DIRS})
+ ENDIF()