diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/emacs22/files/patch-src:m:alpha.h | |
parent | Update pkg-message to match the current state of the default version (diff) |
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
Notes
Notes:
svn path=/head/; revision=104813
Diffstat (limited to 'editors/emacs22/files/patch-src:m:alpha.h')
-rw-r--r-- | editors/emacs22/files/patch-src:m:alpha.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs22/files/patch-src:m:alpha.h b/editors/emacs22/files/patch-src:m:alpha.h new file mode 100644 index 000000000000..080a33650114 --- /dev/null +++ b/editors/emacs22/files/patch-src:m:alpha.h @@ -0,0 +1,11 @@ +--- 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 + |