summaryrefslogtreecommitdiff
path: root/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/gcl/gcl-2.6.15_pre3.ebuild')
-rw-r--r--dev-lisp/gcl/gcl-2.6.15_pre3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild
index 89f3d4155137..830fff33537b 100644
--- a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild
@@ -6,7 +6,8 @@ inherit elisp-common flag-o-matic
DESCRIPTION="GNU Common Lisp"
HOMEPAGE="https://www.gnu.org/software/gcl/gcl.html"
-SRC_URI="http://git.savannah.gnu.org/cgit/gcl.git/snapshot/${PN}-Version_2_6_15pre3.tar.gz"
+SRC_URI="http://git.savannah.gnu.org/cgit/gcl.git/snapshot/${PN}-Version_2_6_15pre3.tar.gz
+ https://dev.gentoo.org/~grozin/${PF}-spelling.patch.gz"
LICENSE="LGPL-2+ GPL-2+"
SLOT="0"
@@ -26,7 +27,7 @@ DEPEND="${RDEPEND}
app-text/texi2html
>=sys-devel/autoconf-2.52"
-PATCHES=( "${FILESDIR}"/${PF}-spelling.patch )
+PATCHES=( "${WORKDIR}"/${PF}-spelling.patch )
S="${WORKDIR}"/${PN}-Version_2_6_15pre3/${PN}
src_configure() {