* [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/files/
@ 2015-12-09 23:38 Patrice Clement
0 siblings, 0 replies; only message in thread
From: Patrice Clement @ 2015-12-09 23:38 UTC (permalink / raw
To: gentoo-commits
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()
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-09 23:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 23:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/files/ Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox