From 35973731889787c2e62b90ee8a9e6aaccea4ee00 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 23 Jun 2020 10:00:12 +0200 Subject: app-editors/e3: Use default options for linking. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/729232 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Ulrich Müller --- app-editors/e3/files/e3-2.8.2-makefile.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-editors/e3') diff --git a/app-editors/e3/files/e3-2.8.2-makefile.patch b/app-editors/e3/files/e3-2.8.2-makefile.patch index 5a22ff67e09d..b37381ef2e28 100644 --- a/app-editors/e3/files/e3-2.8.2-makefile.patch +++ b/app-editors/e3/files/e3-2.8.2-makefile.patch @@ -30,7 +30,7 @@ cat e3.asm | sed -f e3_32to64.sed >e3.tmp $(ASSEMBLER64) - ld -b elf64-x86-64 --oformat elf64-x86-64 -o e3 e3.o -+ $(LD) -b elf64-x86-64 --oformat elf64-x86-64 -o e3 e3.o ++ $(LD) -o e3 e3.o ifneq ($(DEBUG),true) strip e3 endif -- cgit v1.2.3-65-gdbad