summaryrefslogtreecommitdiff
path: root/games/nethack-qt/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-qt/patches/patch-af')
-rw-r--r--games/nethack-qt/patches/patch-af15
1 files changed, 12 insertions, 3 deletions
diff --git a/games/nethack-qt/patches/patch-af b/games/nethack-qt/patches/patch-af
index d3e64868337..a132d34184b 100644
--- a/games/nethack-qt/patches/patch-af
+++ b/games/nethack-qt/patches/patch-af
@@ -1,7 +1,7 @@
-$NetBSD: patch-af,v 1.3 2003/09/02 00:30:55 pooka Exp $
+$NetBSD: patch-af,v 1.4 2005/11/14 10:43:14 markd Exp $
---- include/unixconf.h.orig 2003-08-30 03:07:24.000000000 +0300
-+++ include/unixconf.h 2003-09-02 02:55:54.000000000 +0300
+--- include/unixconf.h.orig 2003-12-08 12:39:13.000000000 +1300
++++ include/unixconf.h
@@ -19,20 +19,20 @@
*/
@@ -53,3 +53,12 @@ $NetBSD: patch-af,v 1.3 2003/09/02 00:30:55 pooka Exp $
#else
# if (defined(SYSV) || defined(DGUX) || defined(HPUX)) && !defined(LINUX)
# if defined(M_XENIX)
+@@ -284,7 +288,7 @@
+ #endif
+
+ #if defined(BSD) || defined(ULTRIX)
+-# if !defined(DGUX) && !defined(SUNOS4)
++# if !defined(DGUX) && !defined(SUNOS4) && !defined(BSD)
+ #define memcpy(d, s, n) bcopy(s, d, n)
+ #define memcmp(s1, s2, n) bcmp(s2, s1, n)
+ # endif