From 3e627c1432765cb6a32877e73f985e8bfb5102ce Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 Jul 2022 13:40:00 +0100 Subject: gentoo auto-resync : 14:07:2022 - 13:40:00 --- app-editors/emacs/emacs-29.0.9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-editors/emacs/emacs-29.0.9999.ebuild') diff --git a/app-editors/emacs/emacs-29.0.9999.ebuild b/app-editors/emacs/emacs-29.0.9999.ebuild index 571ff6e3636c..0fde98bc4137 100644 --- a/app-editors/emacs/emacs-29.0.9999.ebuild +++ b/app-editors/emacs/emacs-29.0.9999.ebuild @@ -187,6 +187,11 @@ src_prepare() { # Fix filename reference in redirected man page sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 || die + # libseccomp is detected by configure but doesn't appear to have any + # effect on the installed image. Suppress it by supplying pkg-config + # with a wrong library name. + sed -i -e "/CHECK_MODULES/s/libseccomp/DiSaBlE&/" configure.ac || die + AT_M4DIR=m4 eautoreconf } -- cgit v1.2.3