summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-09-23 07:47:23 +0000
committersem <sem@FreeBSD.org>2005-09-23 07:47:23 +0000
commitc11ac9ca668625ebee12d39573c070c16bf8cdd9 (patch)
treeaa1f16c123c02cfe9bf9fe29d9f8baa3f6d7b1e4 /editors
parent6e80e9d8bc09e092c75c169418cc1f509452106c (diff)
downloadFreeBSD-ports-c11ac9ca668625ebee12d39573c070c16bf8cdd9.zip
FreeBSD-ports-c11ac9ca668625ebee12d39573c070c16bf8cdd9.tar.gz
- Try to fix build on amd64
Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-devel-mule/files/patch-unexelf.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-unexelf.c b/editors/xemacs-devel-mule/files/patch-unexelf.c
index 4def66b..5dd235c 100644
--- a/editors/xemacs-devel-mule/files/patch-unexelf.c
+++ b/editors/xemacs-devel-mule/files/patch-unexelf.c
@@ -1,6 +1,6 @@
---- src/unexelf.c.orig Fri Jul 22 23:34:12 2005
-+++ src/unexelf.c Fri Jul 22 23:34:42 2005
-@@ -477,7 +477,7 @@
+--- src/unexelf.c.orig Mon Jul 4 16:11:27 2005
++++ src/unexelf.c Thu Sep 22 22:38:19 2005
+@@ -478,7 +478,7 @@
# include <sys/exec_elf.h>
#endif
@@ -9,3 +9,14 @@
# ifdef __STDC__
# define ElfW(type) Elf64_##type
# else
+@@ -565,8 +565,8 @@
+ *
+ */
+ int
+-unexec (Extbyte *new_name, Extbyte *old_name, unsigned int UNUSED (data_start),
+- unsigned int UNUSED (bss_start), unsigned int UNUSED (entry_address))
++unexec (Extbyte *new_name, Extbyte *old_name, uintptr_t UNUSED (data_start),
++ uintptr_t UNUSED (bss_start), uintptr_t UNUSED (entry_address))
+ {
+ int new_file, old_file, new_file_size;
+
OpenPOWER on IntegriCloud