summaryrefslogtreecommitdiff
path: root/media-gfx/dawn/dawn-3.90b.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/dawn/dawn-3.90b.ebuild')
-rw-r--r--media-gfx/dawn/dawn-3.90b.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/dawn/dawn-3.90b.ebuild b/media-gfx/dawn/dawn-3.90b.ebuild
index 9e9e200f5fd6..d3f9a78279fa 100644
--- a/media-gfx/dawn/dawn-3.90b.ebuild
+++ b/media-gfx/dawn/dawn-3.90b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
@@ -27,6 +27,7 @@ S="${WORKDIR}/${MYP}"
src_prepare() {
epatch "${FILESDIR}"/${P}-no-interactive.patch
+ epatch "${FILESDIR}"/${P}-gcc7.patch
sed -i -e "s/\$(LIB_DIR)/\$(LDFLAGS) &/" \
-e '/strip/d' Makefile*in || die
}