dev-lisp/gcl: allow user patches
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 3 Jun 2019 21:19:50 +0000 (22:19 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 3 Jun 2019 21:19:50 +0000 (22:19 +0100)
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-lisp/gcl/gcl-2.6.12.ebuild

index b8fee9e3528fa714049d4a4468a60682cdfa0bf3..bc70972cc409142c9f89c1775cd208a697673ead 100644 (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
 }