summaryrefslogtreecommitdiff
path: root/games/nethack-x11/patches/patch-ag
blob: a97ee98e6fc13493e75d6c4900821e96670b88b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.2 2003/03/01 21:12:52 pooka Exp $

--- src/mail.c.orig	Wed Aug  9 21:02:04 2000
+++ src/mail.c	Thu Aug 10 18:32:30 2000
@@ -71,7 +71,7 @@
 # if !defined(MAILPATH) && (defined(LINUX) || defined(__osf__))
 #  define MAILPATH "/var/spool/mail/"
 # endif
-# if !defined(MAILPATH) && defined(__FreeBSD__)
+# if !defined(MAILPATH) && (defined(__FreeBSD__) || defined(__NetBSD__))
 #  define MAILPATH "/var/mail/"
 # endif
 # if !defined(MAILPATH) && (defined(BSD) || defined(ULTRIX))