summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2017-11-15 14:53:27 +0000
committerhauke <hauke@pkgsrc.org>2017-11-15 14:53:27 +0000
commit0f55955f150740fef2f1fda5f1808490f642819e (patch)
treed9063ead0f995344378f9613c2df44a0bfd80e0f /editors
parent8a142ae2fd3d9c8b8c71c3007d2ab8d71182c6e9 (diff)
downloadpkgsrc-0f55955f150740fef2f1fda5f1808490f642819e.tar.gz
Upgrade to XEmacs 21.5.34
Enhance ELF macros to deal with 32/64 bit arches Special-case alpha Was patch-ad
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/patches/patch-src_unexelf.c (renamed from editors/xemacs-current/patches/patch-ad)15
1 files changed, 10 insertions, 5 deletions
diff --git a/editors/xemacs-current/patches/patch-ad b/editors/xemacs-current/patches/patch-src_unexelf.c
index 9f2b887eba2..89b6a1d0af2 100644
--- a/editors/xemacs-current/patches/patch-ad
+++ b/editors/xemacs-current/patches/patch-src_unexelf.c
@@ -1,8 +1,13 @@
-$NetBSD: patch-ad,v 1.2 2006/09/04 09:20:51 martin Exp $
+$NetBSD: patch-src_unexelf.c,v 1.1 2017/11/15 14:53:27 hauke Exp $
---- src/unexelf.c.orig 2005-10-29 09:18:21.000000000 +0200
-+++ src/unexelf.c 2006-08-30 17:51:08.000000000 +0200
-@@ -492,10 +492,19 @@
+Enhance ELF macros to deal with 32/64 bit arches
+Special-case alpha
+
+Was patch-ad
+
+--- src/unexelf.c.orig 2013-08-21 17:43:45.000000000 +0000
++++ src/unexelf.c
+@@ -490,10 +490,19 @@ typedef struct {
#ifndef ElfW
# ifdef __STDC__
@@ -24,7 +29,7 @@ $NetBSD: patch-ad,v 1.2 2006/09/04 09:20:51 martin Exp $
#endif
#ifndef ELF_BSS_SECTION_NAME
-@@ -961,7 +970,7 @@
+@@ -959,7 +968,7 @@ unexec (Extbyte *new_name, Extbyte *old_
memcpy (NEW_SECTION_H (nn).sh_offset + new_base, src,
NEW_SECTION_H (nn).sh_size);