summaryrefslogtreecommitdiff
path: root/games/quake
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-27 03:36:14 +0000
committerwiz <wiz@pkgsrc.org>2000-12-27 03:36:14 +0000
commit76f349df36208801c29a6f0ab094ae67c2cf8c3a (patch)
tree8e2f25662d7beed00a66eb72d424791f7e23b26b /games/quake
parent20a526d0742fa28f98431a96e96044e6b328393a (diff)
downloadpkgsrc-76f349df36208801c29a6f0ab094ae67c2cf8c3a.tar.gz
Remove a compilation warning.
Diffstat (limited to 'games/quake')
-rw-r--r--games/quake/files/patch-sum3
-rw-r--r--games/quake/patches/patch-ap13
2 files changed, 15 insertions, 1 deletions
diff --git a/games/quake/files/patch-sum b/games/quake/files/patch-sum
index 23d5e6e970f..895eedc39e8 100644
--- a/games/quake/files/patch-sum
+++ b/games/quake/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.6 2000/10/05 05:53:35 jlam Exp $
+$NetBSD: patch-sum,v 1.7 2000/12/27 03:36:15 wiz Exp $
MD5 (patch-aa) = ca8929f5c8caf73b43b48fa14c09b281
MD5 (patch-ab) = 39706631f63064d4299b7ccd6767bc0a
@@ -15,3 +15,4 @@ MD5 (patch-al) = c61b7e85d2744e5a9f76d94fe67a7ee9
MD5 (patch-am) = 6c60b027d151352f5a83b2e3b3a6b0da
MD5 (patch-an) = f032148d0f7b2db07f44f26bccd77648
MD5 (patch-ao) = ad399c47145b6eb22ba85ee1f55c4060
+MD5 (patch-ap) = 8275c639d5a1191aa03a0d0bdb014ccb
diff --git a/games/quake/patches/patch-ap b/games/quake/patches/patch-ap
new file mode 100644
index 00000000000..bdff213c0de
--- /dev/null
+++ b/games/quake/patches/patch-ap
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 2000/12/27 03:36:14 wiz Exp $
+
+--- WinQuake/net.h.orig Tue Dec 21 15:54:20 1999
++++ WinQuake/net.h
+@@ -238,7 +238,7 @@
+ extern int hostCacheCount;
+ extern hostcache_t hostcache[HOSTCACHESIZE];
+
+-#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__)
++#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__) && !defined (__NetBSD__)
+ #ifndef htonl
+ extern unsigned long htonl (unsigned long hostlong);
+ #endif