projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c6fcd
)
dev-lisp/gcl: allow user patches
author
Sergei Trofimovich
<slyfox@gentoo.org>
Mon, 3 Jun 2019 21:19:50 +0000
(22:19 +0100)
committer
Sergei 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
patch
|
blob
|
history
diff --git
a/dev-lisp/gcl/gcl-2.6.12.ebuild
b/dev-lisp/gcl/gcl-2.6.12.ebuild
index b8fee9e3528fa714049d4a4468a60682cdfa0bf3..bc70972cc409142c9f89c1775cd208a697673ead 100644
(file)
--- a/
dev-lisp/gcl/gcl-2.6.12.ebuild
+++ b/
dev-lisp/gcl/gcl-2.6.12.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8 Gentoo Foundation
+# Copyright 1999-201
9 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
}