diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-05 06:14:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-05 06:14:17 +0000 |
commit | a6c5f43b39045661464dff58e277e398fd417cc2 (patch) | |
tree | 274bfd5b6ac89aed2f2d9b2f2364008004d5d139 /emulators | |
parent | 48829658e2ffc5f7a56fc5a2441394ca13ffb15f (diff) | |
download | pkgsrc-a6c5f43b39045661464dff58e277e398fd417cc2.tar.gz |
Include machine/limits.h only when it is available.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ag | 8 |
2 files changed, 7 insertions, 5 deletions
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 <stdarg.h> #include <stdio.h> ++#ifdef HAVE_MACHINE_LIMITS_H +#include <machine/limits.h> ++#endif #define NONAMELESSUNION #define NONAMELESSSTRUCT |