summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ai
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-04-22 06:55:03 +0000
committerobache <obache@pkgsrc.org>2007-04-22 06:55:03 +0000
commit2296dc5e5affe42d5d17023222aa996c49780e56 (patch)
tree02d0d6296e31313788192b64d333af7e7585cfbc /editors/emacs/patches/patch-ai
parent56d0e426fd6c93e972de443903be1cf298d51e94 (diff)
downloadpkgsrc-2296dc5e5affe42d5d17023222aa996c49780e56.tar.gz
Fix build problem on i386/Darwin.
Patch provided by Tom Yu in PR 36166.
Diffstat (limited to 'editors/emacs/patches/patch-ai')
-rw-r--r--editors/emacs/patches/patch-ai12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-ai b/editors/emacs/patches/patch-ai
new file mode 100644
index 00000000000..768b0f192e7
--- /dev/null
+++ b/editors/emacs/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.7 2007/04/22 06:55:03 obache Exp $
+
+--- src/m/intel386.h.orig 1997-08-30 07:18:39.000000000 +0000
++++ src/m/intel386.h
+@@ -239,3 +239,7 @@ NOTE-END */
+
+ #define SEGMENT_MASK ((SEGMENT_SIZE)-1)
+ #endif
++
++#ifdef MAC_OSX
++#define CANNOT_DUMP
++#endif