dev-lisp/gcl: allow user patches

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2019-06-03 22:19:50 +01:00
parent 63c6fcd54c
commit 7e4aabb86b

View File

@@ -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=5
@@ -56,6 +56,8 @@ src_prepare() {
epatch "${WORKDIR}"/fedora/largefile.patch
epatch "${WORKDIR}"/fedora/arm.patch
epatch_user
sed -e 's|"-fomit-frame-pointer"|""|' -i configure
}