From ac34d7309cc9ed2bb1b9fcadf01a3153a50b41bf Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Sat, 23 Jan 1999 14:28:28 +0000 Subject: Add fix for Alpha. - patch for configure, unexelf.c, alpha.h, PLIST and etc. --- editors/emacs20-dl/files/patch-ai | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 editors/emacs20-dl/files/patch-ai (limited to 'editors/emacs20-dl/files/patch-ai') diff --git a/editors/emacs20-dl/files/patch-ai b/editors/emacs20-dl/files/patch-ai new file mode 100644 index 000000000000..1ae2376d3fed --- /dev/null +++ b/editors/emacs20-dl/files/patch-ai @@ -0,0 +1,17 @@ +--- src/unexelf.c.orig Mon Aug 10 11:33:12 1998 ++++ src/unexelf.c Sun Jan 3 20:54:08 1999 +@@ -512,6 +512,14 @@ + # include /* get ElfW etc */ + #endif + ++#ifdef __FreeBSD__ ++# ifdef __STDC__ ++# define ElfW(type) Elf_##type ++# else ++# define ElfW(type) Elf_/**/type ++# endif ++#endif ++ + #ifndef ElfW + # ifdef __STDC__ + # define ElfW(type) Elf32_##type -- cgit v1.2.3