summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lidell <matsl@gentoo.org>2019-07-09 10:16:51 +0200
committerMats Lidell <matsl@gentoo.org>2019-07-09 10:16:51 +0200
commit2db8cd966b9535468497485a2075b031549aac0a (patch)
tree03f0686d23f7a3d4a265ffd87489a633c8a4953d /app-editors/xemacs/xemacs-21.5.34-r4.ebuild
parentsys-apps/iproute2: Removed old. (diff)
downloadgentoo-2db8cd966b9535468497485a2075b031549aac0a.tar.gz
gentoo-2db8cd966b9535468497485a2075b031549aac0a.tar.bz2
gentoo-2db8cd966b9535468497485a2075b031549aac0a.zip
app-editors/xemacs: Fix configure problem
libneXtaw was not found. This was caused by libs not being linked in the right order which is required when '--as-needed' is used. Bug: https://bugs.gentoo.org/689176 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Mats Lidell <matsl@gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.16
Diffstat (limited to 'app-editors/xemacs/xemacs-21.5.34-r4.ebuild')
-rw-r--r--app-editors/xemacs/xemacs-21.5.34-r4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild
index 9747f72b358e..28f843bc94a4 100644
--- a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.34-r4.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
# Note: xemacs currently does not work with position independent code
@@ -66,6 +66,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-ncurses-tinfo.patch"
epatch "${FILESDIR}/${P}-gcc5.patch"
epatch "${FILESDIR}/${P}-glibc-macro.patch"
+ epatch "${FILESDIR}/${P}-as-needed.patch"
# Some binaries and man pages are installed under suffixed names
# to avoid collions with their GNU Emacs counterparts (see below).