diff options
Diffstat (limited to 'games/nethack-qt/patches/patch-ag')
-rw-r--r-- | games/nethack-qt/patches/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/nethack-qt/patches/patch-ag b/games/nethack-qt/patches/patch-ag deleted file mode 100644 index c0725b1fc61..00000000000 --- a/games/nethack-qt/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2003/09/02 00:30:55 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)) |