summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-29 15:47:51 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-29 15:49:05 +0200
commit64ad6e7961ede65ba19425b8bc264c788912a105 (patch)
treedb140ee16fd9b4304b5b7701d0a8a3efcdda4437 /app-editors/emacs/emacs-18.59-r12.ebuild
parentwww-client/elinks: Move PYTHON_DEPS to DEPEND (diff)
downloadgentoo-64ad6e7961ede65ba19425b8bc264c788912a105.tar.gz
gentoo-64ad6e7961ede65ba19425b8bc264c788912a105.tar.bz2
gentoo-64ad6e7961ede65ba19425b8bc264c788912a105.zip
app-editors/emacs: Fix compilation with glibc-2.28 for slot 18.
Bug: https://bugs.gentoo.org/681904 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/emacs-18.59-r12.ebuild')
-rw-r--r--app-editors/emacs/emacs-18.59-r12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-18.59-r12.ebuild b/app-editors/emacs/emacs-18.59-r12.ebuild
index 17824bc34455..a159d3611901 100644
--- a/app-editors/emacs/emacs-18.59-r12.ebuild
+++ b/app-editors/emacs/emacs-18.59-r12.ebuild
@@ -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=7
@@ -9,7 +9,7 @@ DESCRIPTION="The extensible self-documenting text editor"
HOMEPAGE="https://www.gnu.org/software/emacs/"
SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${P}.tar.gz
ftp://ftp.splode.com/pub/users/friedman/emacs/${P}-linux22x-elf-glibc21.diff.gz
- https://dev.gentoo.org/~ulm/emacs/${P}-patches-11.tar.xz"
+ https://dev.gentoo.org/~ulm/emacs/${P}-patches-12.tar.xz"
LICENSE="GPL-1+ GPL-2+ BSD HPND"
SLOT="18"
@@ -83,7 +83,7 @@ src_configure() {
}
src_compile() {
- addpredict /var/lib/emacs/lock
+ addpredict /var/lib/emacs/lock #nowarn
emake --jobs=1 \
CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Demacs" \
LD="$(tc-getCC) -nostdlib" LDFLAGS="${LDFLAGS}"