pkgsrc/editors/emacs21/patches/patch-ai
markd 005073fa51 Reimport existing emacs packages as emacs21{,-nox11} to allow
subsequent update of emacs packages to version 22.
2007-06-11 13:38:24 +00:00

12 lines
270 B
Text

$NetBSD: patch-ai,v 1.1 2007/06/11 13:38:35 markd 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