freebsd-ports/editors/emacs23/files/patch-src:m:alpha.h
Kris Kennaway 131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00

11 lines
364 B
C

--- src/m/alpha.h.orig Mon Oct 2 23:30:39 2000
+++ src/m/alpha.h Wed Feb 13 09:05:57 2002
@@ -198,7 +198,7 @@
#ifndef NOT_C_CODE
/* We need these because pointers are larger than the default ints. */
-#if !defined(__NetBSD__) && !defined(__OpenBSD__)
+#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__FreeBSD__)
#include <alloca.h>
#endif