summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-04-03 01:33:51 +0000
committermarkd <markd@pkgsrc.org>2011-04-03 01:33:51 +0000
commitd781122edba442cd10f036a3aaed836df81ece51 (patch)
tree06385fa2cd9b1efb59e57f76ee47531dbce83f08 /games
parent06a3f7e8c291bc04291c24a4657a6e133382c19c (diff)
downloadpkgsrc-d781122edba442cd10f036a3aaed836df81ece51.tar.gz
Fix build.
Diffstat (limited to 'games')
-rw-r--r--games/nethack-qt/distinfo4
-rw-r--r--games/nethack-qt/patches/patch-af15
2 files changed, 10 insertions, 9 deletions
diff --git a/games/nethack-qt/distinfo b/games/nethack-qt/distinfo
index 3140e7dbc87..d5e663c6351 100644
--- a/games/nethack-qt/distinfo
+++ b/games/nethack-qt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2007/08/08 20:30:27 joerg Exp $
+$NetBSD: distinfo,v 1.23 2011/04/03 01:33:51 markd Exp $
SHA1 (nethack-343-src.tgz) = c26537093c38152bc0fbcec20468d975b35f59fd
RMD160 (nethack-343-src.tgz) = 42f600d24715a0b7e631b357c135761410b3ca95
@@ -7,7 +7,7 @@ SHA1 (patch-aa) = dc4761a41a5851249e1c9e73b03dea423fc45571
SHA1 (patch-ab) = 6c42d5c4c12e70651f14b08658169f6c00b420db
SHA1 (patch-ac) = e5101c73a1b3ec0fb072ce4b401413a338465298
SHA1 (patch-ae) = a72da6e6bd1af3a8eaed97ecc1fdd1ed4198a5db
-SHA1 (patch-af) = 4c63205d51ad264aec0406810206e7a1913b7c54
+SHA1 (patch-af) = b89027c56de63c01840768d109b4ee6e6efac1a8
SHA1 (patch-ag) = 6aeae6bde079b9c9081f6e32523687010c9bc674
SHA1 (patch-ah) = 238bd9d0284d7b43aa92ab558f9a6dd723722f05
SHA1 (patch-ai) = f12acf028c90659bde26bdb5d20692a6daf810c7
diff --git a/games/nethack-qt/patches/patch-af b/games/nethack-qt/patches/patch-af
index a132d34184b..3e558da5584 100644
--- a/games/nethack-qt/patches/patch-af
+++ b/games/nethack-qt/patches/patch-af
@@ -1,13 +1,14 @@
-$NetBSD: patch-af,v 1.4 2005/11/14 10:43:14 markd Exp $
+$NetBSD: patch-af,v 1.5 2011/04/03 01:33:51 markd Exp $
--- include/unixconf.h.orig 2003-12-08 12:39:13.000000000 +1300
+++ include/unixconf.h
-@@ -19,20 +19,20 @@
+@@ -19,20 +19,21 @@
*/
/* define exactly one of the following four choices */
-/* #define BSD 1 */ /* define for 4.n/Free/Open/Net BSD */
-+#define BSD 1 /* define for 4.n/Free/Open/Net BSD */
++#define __NETHACK_OS__ 1
++/* #define BSD */ /* define for 4.n/Free/Open/Net BSD */
/* also for relatives like SunOS 4.x, DG/UX, and */
/* older versions of Linux */
/* #define ULTRIX */ /* define for Ultrix v3.0 or higher (but not lower) */
@@ -26,7 +27,7 @@ $NetBSD: patch-af,v 1.4 2005/11/14 10:43:14 markd Exp $
/* including Solaris 2+ */
#define NETWORK /* if running on a networked system */
/* e.g. Suns sharing a playground through NFS */
-@@ -47,7 +47,7 @@
+@@ -47,7 +48,7 @@
* job control (note that AIX is SYSV otherwise)
* Also define this for AIX 3.2 */
@@ -35,7 +36,7 @@ $NetBSD: patch-af,v 1.4 2005/11/14 10:43:14 markd Exp $
/* Should be defined for most SYSV, SVR4 (including
* Solaris 2+), HPUX, and Linux systems. In
* particular, it should NOT be defined for the UNIXPC
-@@ -168,6 +168,9 @@
+@@ -168,6 +169,9 @@
#ifdef MAIL
# if defined(BSD) || defined(ULTRIX)
@@ -45,7 +46,7 @@ $NetBSD: patch-af,v 1.4 2005/11/14 10:43:14 markd Exp $
# ifdef AMS
#define AMS_MAILBOX "/Mailbox"
# else
-@@ -177,6 +180,7 @@
+@@ -177,6 +181,7 @@
#define DEF_MAILREADER "/usr/ucb/Mail"
# endif
# endif
@@ -53,7 +54,7 @@ $NetBSD: patch-af,v 1.4 2005/11/14 10:43:14 markd Exp $
#else
# if (defined(SYSV) || defined(DGUX) || defined(HPUX)) && !defined(LINUX)
# if defined(M_XENIX)
-@@ -284,7 +288,7 @@
+@@ -284,7 +289,7 @@
#endif
#if defined(BSD) || defined(ULTRIX)