summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-09-27 15:26:24 +0000
committernia <nia@pkgsrc.org>2021-09-27 15:26:24 +0000
commit0aeca6d19ecc28d6141c5847bfc8619d03d32d75 (patch)
treea85c88ea6c375279b838892ea707f5b2ed139d11 /editors
parent9aae79e671388fcf7bec39ee8c26dcc9523f9630 (diff)
downloadpkgsrc-0aeca6d19ecc28d6141c5847bfc8619d03d32d75.tar.gz
emacs: segfaults when built with MKPIE
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs21/Makefile.common4
-rw-r--r--editors/emacs25/Makefile.common4
-rw-r--r--editors/emacs26/Makefile.common4
-rw-r--r--editors/emacs27/Makefile.common4
4 files changed, 12 insertions, 4 deletions
diff --git a/editors/emacs21/Makefile.common b/editors/emacs21/Makefile.common
index 451d6fbf198..127f539e3ab 100644
--- a/editors/emacs21/Makefile.common
+++ b/editors/emacs21/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2020/01/18 23:30:45 rillig Exp $
+# $NetBSD: Makefile.common,v 1.20 2021/09/27 15:26:24 nia Exp $
#
# used by editors/emacs21/Makefile
# used by editors/emacs21-nox11/Makefile
@@ -37,6 +37,8 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
INSTALL_MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
INSTALL_MAKE_FLAGS+= infodir=${DESTDIR}${PREFIX}/${PKGINFODIR}
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
# If using GNU ld 2.13.2.1 or later, avoid creating combined reloc
diff --git a/editors/emacs25/Makefile.common b/editors/emacs25/Makefile.common
index 2380d4f0fab..04c8b25cf77 100644
--- a/editors/emacs25/Makefile.common
+++ b/editors/emacs25/Makefile.common
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.6 2020/05/22 05:51:19 rillig Exp $
+# $NetBSD: Makefile.common,v 1.7 2021/09/27 15:26:24 nia Exp $
#
# used by editors/emacs25/Makefile
# used by editors/emacs25-nox11/Makefile
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
DISTNAME= emacs-${EMACS_VERSION}
diff --git a/editors/emacs26/Makefile.common b/editors/emacs26/Makefile.common
index 60af92f7865..e3d131cf249 100644
--- a/editors/emacs26/Makefile.common
+++ b/editors/emacs26/Makefile.common
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.3 2019/06/08 10:40:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/09/27 15:26:24 nia Exp $
#
# used by editors/emacs26/Makefile
# used by editors/emacs26-nox11/Makefile
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
DISTNAME= emacs-${EMACS_VERSION}
diff --git a/editors/emacs27/Makefile.common b/editors/emacs27/Makefile.common
index 235c35813d5..0b13659ecf9 100644
--- a/editors/emacs27/Makefile.common
+++ b/editors/emacs27/Makefile.common
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.1 2020/08/12 14:14:48 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/09/27 15:26:25 nia Exp $
#
# used by editors/emacs27/Makefile
# used by editors/emacs27-nox11/Makefile
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
DISTNAME= emacs-${EMACS_VERSION}