pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine Include machine/limits.h only when it i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3f603b31081
branches:  trunk
changeset: 495222:e3f603b31081
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 05 06:14:17 2005 +0000

description:
Include machine/limits.h only when it is available.

diffstat:

 emulators/wine/distinfo         |  4 ++--
 emulators/wine/patches/patch-ag |  8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r ce049e00ae83 -r e3f603b31081 emulators/wine/distinfo
--- a/emulators/wine/distinfo   Sun Jun 05 04:57:27 2005 +0000
+++ b/emulators/wine/distinfo   Sun Jun 05 06:14:17 2005 +0000
@@ -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-ad) = 92abc177dc37ed983ec6079cd08ad7a1472e178a
 SHA1 (patch-ae) = dbd40183fb8e1f1d7af9ab4e51910a2227524e3c
 SHA1 (patch-af) = 803e74ff592ce39f520c631a503d90b8abee190d
-SHA1 (patch-ag) = ba62e1ac2c38c37865f0b74b4a74e810fa1c060f
+SHA1 (patch-ag) = 656f9667da542489595d1db65c84579b3dfce279
diff -r ce049e00ae83 -r e3f603b31081 emulators/wine/patches/patch-ag
--- a/emulators/wine/patches/patch-ag   Sun Jun 05 04:57:27 2005 +0000
+++ b/emulators/wine/patches/patch-ag   Sun Jun 05 06:14:17 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index