Skip to content

Commit

Permalink
dev-lisp/gcl: allow user patches
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Jun 3, 2019
1 parent 63c6fcd commit 7e4aabb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-lisp/gcl/gcl-2.6.12.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 7e4aabb

Please sign in to comment.