diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-06-23 10:00:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-06-23 10:00:51 +0200 |
commit | 35973731889787c2e62b90ee8a9e6aaccea4ee00 (patch) | |
tree | f6cba5ac0d8e73ec40396a204e107c88846cac07 /app-editors | |
parent | app-text/recode: fix broken utf8 character. (diff) | |
download | gentoo-35973731889787c2e62b90ee8a9e6aaccea4ee00.tar.gz gentoo-35973731889787c2e62b90ee8a9e6aaccea4ee00.tar.bz2 gentoo-35973731889787c2e62b90ee8a9e6aaccea4ee00.zip |
app-editors/e3: Use default options for linking.
Closes: https://bugs.gentoo.org/729232
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/e3/files/e3-2.8.2-makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |