From 0adce410ead50daa8bce32373177b8c1c2e362d7 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 5 Jun 2005 06:14:17 +0000 Subject: Include machine/limits.h only when it is available. --- emulators/wine/distinfo | 4 ++-- emulators/wine/patches/patch-ag | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'emulators/wine') diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 623d412b3cd..cc6948180b0 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.32 2005/05/25 08:23:43 adam Exp $ +$NetBSD: distinfo,v 1.33 2005/06/05 06:14:17 minskim Exp $ SHA1 (Wine-20050524.tar.gz) = 109fac3a1b9158a4d23ca8c003f6716dd8caf73f RMD160 (Wine-20050524.tar.gz) = 682795fd1cd156203c5766554f74e19e5060fa34 @@ -9,4 +9,4 @@ SHA1 (patch-ac) = 113ca5d720aa951ed5dfb19df18ce691f5da7c28 SHA1 (patch-ad) = 92abc177dc37ed983ec6079cd08ad7a1472e178a SHA1 (patch-ae) = dbd40183fb8e1f1d7af9ab4e51910a2227524e3c SHA1 (patch-af) = 803e74ff592ce39f520c631a503d90b8abee190d -SHA1 (patch-ag) = ba62e1ac2c38c37865f0b74b4a74e810fa1c060f +SHA1 (patch-ag) = 656f9667da542489595d1db65c84579b3dfce279 diff --git a/emulators/wine/patches/patch-ag b/emulators/wine/patches/patch-ag index c11f5e408f7..9bf81dbb754 100644 --- a/emulators/wine/patches/patch-ag +++ b/emulators/wine/patches/patch-ag @@ -1,12 +1,14 @@ -$NetBSD: patch-ag,v 1.4 2005/05/25 08:23:43 adam Exp $ +$NetBSD: patch-ag,v 1.5 2005/06/05 06:14:17 minskim Exp $ ---- dlls/kernel/sync.c.orig 2005-04-20 11:06:24.000000000 +0000 +--- dlls/kernel/sync.c.orig 2005-04-24 12:36:34.000000000 -0500 +++ dlls/kernel/sync.c -@@ -40,6 +40,7 @@ +@@ -40,6 +40,9 @@ #endif #include #include ++#ifdef HAVE_MACHINE_LIMITS_H +#include ++#endif #define NONAMELESSUNION #define NONAMELESSSTRUCT -- cgit v1.2.3