mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
On i386, link without -Z. Not required with ld.bfd and not supported
by ld.lld. ok jca@
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user