summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel-mule/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-ak')
-rw-r--r--editors/xemacs-devel-mule/files/patch-ak2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-ak b/editors/xemacs-devel-mule/files/patch-ak
index a45db5e1084d..1284f826cc7e 100644
--- a/editors/xemacs-devel-mule/files/patch-ak
+++ b/editors/xemacs-devel-mule/files/patch-ak
@@ -4,7 +4,7 @@
# include <sys/exec_elf.h>
#endif
-+#if defined(__FreeBSD__) && defined(__alpha__)
++#if defined(__FreeBSD__) && (defined(__alpha__) || defined(__amd64__))
+# ifdef __STDC__
+# define ElfW(type) Elf64_##type
+# else