summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-ac')
-rw-r--r--editors/emacs/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-ac b/editors/emacs/patches/patch-ac
new file mode 100644
index 00000000000..caa5ede7fa0
--- /dev/null
+++ b/editors/emacs/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.14 2005/10/06 11:08:39 markd Exp $
+
+--- src/m/hp800.h.orig 1996-01-15 01:15:02.000000000 -0800
++++ src/m/hp800.h 2005-10-04 10:49:46.000000000 -0700
+@@ -181,3 +181,11 @@
+ #define rindex strrchr
+
+ #endif /* __hpux */
++
++/* Systems with GCC don't need to lose. */
++#ifdef __NetBSD__
++# ifdef __GNUC__
++# define alloca __builtin_alloca
++# define HAVE_ALLOCA
++# endif /* __GNUC__ */
++#endif /* __NetBSD__ */