pkgsrc/games/nethack-x11/patches/patch-ag
pooka f813eca7e7 Nethack 3.4.3
This is a bugfix-release.  It should be compatible with bones files
and savegames all the way back to 3.4.0 (but of course it's safer
to ascend before upgrade).

Assorted fixes (full list in doc/fixes34.3):
  * Correct several inconsistencies
  * Correct a potentially fatal bug caused by dropping loadstones
  * Handle level completely filled with monsters better
  * X11 player selection fixes, one of which could be fatal
  * Eliminated a gold-in-shop-container cheat
2004-03-05 15:21:01 +00:00

13 lines
500 B
Text

$NetBSD: patch-ag,v 1.4 2004/03/05 15:21:01 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))