summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2017-06-29 04:05:31 -0400
committerAlexis Ballier <aballier@gentoo.org>2017-06-30 07:32:26 +0200
commit811e5db14f48f6e7a843a2a95222c73f1cb42386 (patch)
treee94552832879175c7cc536da8a40107a575624a3 /media-sound/din/din-5.2.1.ebuild
parentwww-apache/mod_wsgi: keyword ~arm64 (diff)
downloadgentoo-811e5db14f48f6e7a843a2a95222c73f1cb42386.tar.gz
gentoo-811e5db14f48f6e7a843a2a95222c73f1cb42386.tar.bz2
gentoo-811e5db14f48f6e7a843a2a95222c73f1cb42386.zip
media-sound/din: Fix building with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=594996 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-sound/din/din-5.2.1.ebuild')
-rw-r--r--media-sound/din/din-5.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/din/din-5.2.1.ebuild b/media-sound/din/din-5.2.1.ebuild
index 4e825cf206f6..592a773fe05f 100644
--- a/media-sound/din/din-5.2.1.ebuild
+++ b/media-sound/din/din-5.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -28,6 +28,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
epatch "${FILESDIR}"/${P}-tcl.patch
epatch "${FILESDIR}"/${P}-desktop.patch
+ epatch "${FILESDIR}"/fix-random-constants.patch
# force script to be regenerated so it uses the right data path
rm data/checkdotdin || die