summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-06-22 15:16:22 +0200
committerDavid Seifert <soap@gentoo.org>2019-06-22 15:16:22 +0200
commitd648afac343e93926af5bfb7bf5a0ce31eb8a655 (patch)
treefad5982c104d338d6e5f57d4683095834dc91ea7 /sci-libs/dcmtk/dcmtk-3.6.3.ebuild
parentkde-misc/rsibreak: Drop obsolete blocker (diff)
downloadgentoo-d648afac343e93926af5bfb7bf5a0ce31eb8a655.tar.gz
gentoo-d648afac343e93926af5bfb7bf5a0ce31eb8a655.tar.bz2
gentoo-d648afac343e93926af5bfb7bf5a0ce31eb8a655.zip
sci-libs/dcmtk: Fix building against GCC 9
Closes: https://bugs.gentoo.org/686592 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/dcmtk/dcmtk-3.6.3.ebuild')
-rw-r--r--sci-libs/dcmtk/dcmtk-3.6.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/dcmtk/dcmtk-3.6.3.ebuild b/sci-libs/dcmtk/dcmtk-3.6.3.ebuild
index 463fca72dfb1..b1f261640f62 100644
--- a/sci-libs/dcmtk/dcmtk-3.6.3.ebuild
+++ b/sci-libs/dcmtk/dcmtk-3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${P}-dcmqrdb-cfg.patch
"${FILESDIR}"/${P}-nostrip.patch
+ "${FILESDIR}"/${P}-fix-gcc9.patch
)
src_prepare() {