diff options
Diffstat (limited to 'editors/emacs/patches/patch-br')
-rw-r--r-- | editors/emacs/patches/patch-br | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-br b/editors/emacs/patches/patch-br new file mode 100644 index 00000000000..c1f59a82079 --- /dev/null +++ b/editors/emacs/patches/patch-br @@ -0,0 +1,15 @@ +$NetBSD: patch-br,v 1.1 2002/07/19 03:07:15 mycroft Exp $ + +--- src/m/alpha.h.orig Fri Feb 4 12:25:47 2000 ++++ src/m/alpha.h Fri Jul 19 02:56:24 2002 +@@ -147,7 +147,9 @@ + GNU libc, __malloc_initialized would normally be resolved to the + shared library's .bss section, which is fatal. */ + # ifdef __GNUC__ +-# define C_SWITCH_MACHINE -fno-common ++# ifndef __NetBSD__ ++# define C_SWITCH_MACHINE -fno-common ++# endif + # else + # error What gives? Fix me if DEC Unix supports ELF now. + # endif |