forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-sound/pianobooster: add patch to fix build failure
Gentoo-bug: 369697 Package-Manager: portage-2.2.27
- Loading branch information
1 parent
76a8b30
commit cf89d96
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters