summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-05 15:44:46 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-05 15:47:58 +0200
commit9ab9ef4608859a7b84b8b4aee97fd0bda0c3798a (patch)
treed7cab5998f0c5814f7aa29abe41b149346a6b05a /media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch
parentgpe.eclass: Remove dead eclass (diff)
downloadgentoo-9ab9ef4608859a7b84b8b4aee97fd0bda0c3798a.tar.gz
gentoo-9ab9ef4608859a7b84b8b4aee97fd0bda0c3798a.tar.bz2
gentoo-9ab9ef4608859a7b84b8b4aee97fd0bda0c3798a.zip
media-sound/pianobooster: Remove last-rited pkg, #513416
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, 0 insertions, 15 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
deleted file mode 100644
index c462ca016aa3..000000000000
--- a/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build failure caused by underlinking.
-
-Gentoo-bug: 369697
-
---- a/CMakeLists.txt
-+++ b/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)