diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index bc7ecd2f67c..54442a1a8a9 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.79 2018/11/02 12:56:52 jca Exp $ +# $OpenBSD: Makefile,v 1.80 2018/11/10 15:02:23 naddy Exp $ COMMENT= GNU editor: extensible, customizable, self-documenting VERSION= 26.1 DISTNAME= emacs-${VERSION} -REVISION= 3 +REVISION= 4 CATEGORIES= editors diff --git a/editors/emacs/patches/patch-configure b/editors/emacs/patches/patch-configure index 77fa774a46f..0312ad051e2 100644 --- a/editors/emacs/patches/patch-configure +++ b/editors/emacs/patches/patch-configure @@ -1,4 +1,4 @@ -$OpenBSD: patch-configure,v 1.13 2018/06/08 22:19:20 jca Exp $ +$OpenBSD: patch-configure,v 1.14 2018/11/10 15:02:23 naddy Exp $ Index: configure --- configure.orig +++ configure @@ -9,7 +9,7 @@ Index: configure - LD_SWITCH_SYSTEM="-Z" + ## Enable only where necessary. + case $host_cpu in -+ x86_64|sparc64|arm|aarch64) ++ x86_64|i386|sparc64|arm|aarch64) + ;; + powerpc|mips64el|*) + LD_SWITCH_SYSTEM="-Z"