diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2002-01-05 11:11:07 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2002-01-05 11:11:07 +0000 |
commit | 940c18381d5f26b379b3ac3d94ff1befe16a8cda (patch) | |
tree | 4ade6317a422cefdf8b465e9adece002df8097e6 /editors/xemacs-devel-mule/files/patch-ak | |
parent | Kludge the build in the face of systems with autoconf 2.52+. (diff) |
XEmacs development version(gamma 21.4.6) with mule. This is
the mule version of editors/xemacs-devel.
Notes
Notes:
svn path=/head/; revision=52610
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-ak')
-rw-r--r-- | editors/xemacs-devel-mule/files/patch-ak | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-ak b/editors/xemacs-devel-mule/files/patch-ak new file mode 100644 index 000000000000..a45db5e1084d --- /dev/null +++ b/editors/xemacs-devel-mule/files/patch-ak @@ -0,0 +1,17 @@ +--- ./src/unexelf.c~ Sun Aug 15 03:29:56 1999 ++++ ./src/unexelf.c Tue Nov 2 10:24:55 1999 +@@ -515,6 +515,14 @@ + # include <sys/exec_elf.h> + #endif + ++#if defined(__FreeBSD__) && defined(__alpha__) ++# ifdef __STDC__ ++# define ElfW(type) Elf64_##type ++# else ++# define ElfW(type) Elf64_/**/type ++# endif ++#endif ++ + #if __GNU_LIBRARY__ - 0 >= 6 + # include <link.h> /* get ElfW etc */ + #endif |