diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-02-13 00:32:33 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-02-13 00:32:33 +0000 |
commit | f2980e5fb224d4eab7e917b718d83caad19495dc (patch) | |
tree | f9463ac62c7f005599d5cbbcb1ea257a6e709c89 /editors | |
parent | c71ebbe7d6958dddec8d1b51ef04aa7cc7147f1e (diff) | |
download | FreeBSD-ports-f2980e5fb224d4eab7e917b718d83caad19495dc.zip FreeBSD-ports-f2980e5fb224d4eab7e917b718d83caad19495dc.tar.gz |
Fix build error on the Alpha platform.
PR: 34888
Submitted by: Matthew Luckie <kluckie@ihug.co.nz>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs21/files/patch-src:m:alpha.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs21/files/patch-src:m:alpha.h b/editors/emacs21/files/patch-src:m:alpha.h new file mode 100644 index 0000000..080a336 --- /dev/null +++ b/editors/emacs21/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 + |