summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2002-02-13 00:32:33 +0000
committernobutaka <nobutaka@FreeBSD.org>2002-02-13 00:32:33 +0000
commitf2980e5fb224d4eab7e917b718d83caad19495dc (patch)
treef9463ac62c7f005599d5cbbcb1ea257a6e709c89
parentc71ebbe7d6958dddec8d1b51ef04aa7cc7147f1e (diff)
downloadFreeBSD-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>
-rw-r--r--editors/emacs21/files/patch-src:m:alpha.h11
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
+
OpenPOWER on IntegriCloud