summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-05-20 19:15:37 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-20 19:15:54 +0200
commit89330eb9060d5afd229668c20a1f890620614617 (patch)
treead20154ee336dc560d4c999250c42499425abd11 /media-sound/drumstick/drumstick-1.0.2.ebuild
parentsys-apps/pciutils-3.5.0: fix missing pci_init for LIBPCI_3.0 (diff)
downloadgentoo-89330eb9060d5afd229668c20a1f890620614617.tar.gz
gentoo-89330eb9060d5afd229668c20a1f890620614617.tar.bz2
gentoo-89330eb9060d5afd229668c20a1f890620614617.zip
media-sound/drumstick: Fix build with gcc-6
Adding upstream patch which fixes build with gcc-6. Gentoo-bug: 583512 Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'media-sound/drumstick/drumstick-1.0.2.ebuild')
-rw-r--r--media-sound/drumstick/drumstick-1.0.2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-sound/drumstick/drumstick-1.0.2.ebuild b/media-sound/drumstick/drumstick-1.0.2.ebuild
index 47cd4af4bd6c..b2b8346ca9a5 100644
--- a/media-sound/drumstick/drumstick-1.0.2.ebuild
+++ b/media-sound/drumstick/drumstick-1.0.2.ebuild
@@ -36,6 +36,8 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS ChangeLog NEWS README TODO )
+PATCHES=( "${FILESDIR}/${P}-gcc6.patch" )
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package doc Doxygen)