summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-02-18 09:48:53 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-02-18 09:49:21 +0000
commit23a185e1b261116feeea69568134b873a09e4398 (patch)
tree4b6505361a4f4cc84ce343f680ce67046daa1e6d /media-libs/libraw/libraw-0.18.4.ebuild
parentdev-db/sqlcipher: version bump (diff)
downloadgentoo-23a185e1b261116feeea69568134b873a09e4398.tar.gz
gentoo-23a185e1b261116feeea69568134b873a09e4398.tar.bz2
gentoo-23a185e1b261116feeea69568134b873a09e4398.zip
media-libs/libraw: fix build failure against glibc-2.27, bug #647556
Closes: https://bugs.gentoo.org/647556 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-libs/libraw/libraw-0.18.4.ebuild')
-rw-r--r--media-libs/libraw/libraw-0.18.4.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/libraw/libraw-0.18.4.ebuild b/media-libs/libraw/libraw-0.18.4.ebuild
index 95da5a431090..008993249887 100644
--- a/media-libs/libraw/libraw-0.18.4.ebuild
+++ b/media-libs/libraw/libraw-0.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -32,6 +32,10 @@ S=${WORKDIR}/${MY_P}
DOCS=( Changelog.txt README )
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.18.4-glibc-2.27.patch
+)
+
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
}