summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-af
blob: ca981d7ae9ffac0e85f30e51449125b683e6c1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-af,v 1.13 2009/10/07 10:56:40 obache Exp $

--- src/m/mips.h.orig	2009-06-21 13:38:20.000000000 +0900
+++ src/m/mips.h
@@ -23,7 +23,7 @@ along with GNU Emacs.  If not, see <http
    USUAL-OPSYS="note"
 
 NOTE-START
-This is only used on GNU/Linux.
+This is used on GNU/Linux and netbsd.
 NOTE-END  */
 
 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
@@ -50,7 +50,7 @@ NOTE-END  */
 
 #define TEXT_START      0x00400000
 
-#ifndef GNU_LINUX
+#if !defined(GNU_LINUX) && !defined(__NetBSD__)
 #define DATA_START      0x10000000
 #endif