From: Sergei Trofimovich Date: Mon, 3 Jun 2019 21:19:50 +0000 (+0100) Subject: dev-lisp/gcl: allow user patches X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7e4aabb86bb165b80996d822c8ff917746d89bdb;p=gentoo.git dev-lisp/gcl: allow user patches Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-lisp/gcl/gcl-2.6.12.ebuild b/dev-lisp/gcl/gcl-2.6.12.ebuild index b8fee9e3528f..bc70972cc409 100644 --- a/dev-lisp/gcl/gcl-2.6.12.ebuild +++ b/dev-lisp/gcl/gcl-2.6.12.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=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 }