summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-10-13 18:21:38 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-10-13 18:50:35 +0100
commita31c6c21fb030d75256ff042e0352f90330545b2 (patch)
tree06bc77b8748c4a33b26ff9870483a12033852c17 /sys-devel/m4/m4-1.4.18.ebuild
parentdev-util/spirv-tools: Fix install when using ninja (diff)
downloadgentoo-a31c6c21fb030d75256ff042e0352f90330545b2.tar.gz
gentoo-a31c6c21fb030d75256ff042e0352f90330545b2.tar.bz2
gentoo-a31c6c21fb030d75256ff042e0352f90330545b2.zip
sys-devel/m4: fix build against glibc-2.28, bug #663924
Patch by milan hodoscek. While at it added 'epatch_user'. Closes: https://bugs.gentoo.org/663924 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-devel/m4/m4-1.4.18.ebuild')
-rw-r--r--sys-devel/m4/m4-1.4.18.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/m4/m4-1.4.18.ebuild b/sys-devel/m4/m4-1.4.18.ebuild
index 9c6670123534..378946733cae 100644
--- a/sys-devel/m4/m4-1.4.18.ebuild
+++ b/sys-devel/m4/m4-1.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -20,6 +20,8 @@ RDEPEND=""
src_prepare() {
epatch "${FILESDIR}"/${P}-darwin17-printf-n.patch
+ epatch "${FILESDIR}"/${P}-glibc228.patch #663924
+ epatch_user
default
}