summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-03-12 05:24:10 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-03-12 05:24:43 +1100
commitcf89d96b1f5198d92c695f58bad9ff4e693ca85e (patch)
tree812c51db6ebbe7bde1a3d19a8903357a1c26fe91 /media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch
parentprofiles: mask dev-tex/xymtex for removal (diff)
downloadgentoo-cf89d96b1f5198d92c695f58bad9ff4e693ca85e.tar.gz
gentoo-cf89d96b1f5198d92c695f58bad9ff4e693ca85e.tar.bz2
gentoo-cf89d96b1f5198d92c695f58bad9ff4e693ca85e.zip
media-sound/pianobooster: add patch to fix build failure
Gentoo-bug: 369697 Package-Manager: portage-2.2.27
Diffstat (limited to 'media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch')
-rw-r--r--media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch
new file mode 100644
index 000000000000..37720e534a3d
--- /dev/null
+++ b/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch
@@ -0,0 +1,15 @@
+Fix build failure caused by underlinking.
+
+Gentoo-bug: 369697
+
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -57,6 +57,8 @@
+ #IF(ALSA_FOUND)
+ ADD_DEFINITIONS(-D__LINUX_ALSASEQ__)
+ LINK_LIBRARIES (asound)
++ LINK_LIBRARIES (GL)
++ LINK_LIBRARIES (pthread)
+ #ELSE(ALSA_FOUND)
+ # MESSAGE(FATAL_ERROR "Please install the 'libasound2-dev' package and then try again")
+ #ENDIF(ALSA_FOUND)