summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-05-22 22:35:21 +0200
committerUlrich Müller <ulm@gentoo.org>2023-05-22 22:43:24 +0200
commit63b1c2098262c98f7bb8d29c10157a4f04ebe82a (patch)
tree169babe9897c2d5b6fba4f7170373b6ca6cd9b7a
parentdev-libs/igraph: new revision to unbundle plfit. (diff)
downloadgentoo-63b1c2098262c98f7bb8d29c10157a4f04ebe82a.tar.gz
gentoo-63b1c2098262c98f7bb8d29c10157a4f04ebe82a.tar.bz2
gentoo-63b1c2098262c98f7bb8d29c10157a4f04ebe82a.zip
app-emacs/howm: Pass explicit parameters to econf and emake
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/howm/howm-1.4.8.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/howm/howm-1.4.8.ebuild b/app-emacs/howm/howm-1.4.8.ebuild
index 2379e2e7fe74..6288cb595975 100644
--- a/app-emacs/howm/howm-1.4.8.ebuild
+++ b/app-emacs/howm/howm-1.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,11 +16,14 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
SITEFILE="50${PN}-gentoo.el"
src_configure() {
- default
+ econf \
+ --with-emacs \
+ --with-lispdir="${SITELISP}" \
+ EMACS="${EMACS} --no-site-file"
}
src_compile() {
- emake -j1 </dev/null
+ emake -j1 EMACS="${EMACS} --no-site-file" </dev/null
}
src_install() {