summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-04-05 11:45:24 +0000
committerhubertf <hubertf>2002-04-05 11:45:24 +0000
commitaa0e07efafb2d2c770b5acd93006f88643c9a782 (patch)
tree2ba1b2cdb6fe60f660b326ea45d6bdfa00307c5b /emulators
parent36ed130a469f19a295737d6c6a83ad923aa3d706 (diff)
downloadpkgsrc-aa0e07efafb2d2c770b5acd93006f88643c9a782.tar.gz
Seems wine needs <sys/inttypes.h> in one place...
(couldn't types.h pull that in????)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/distinfo3
-rw-r--r--emulators/wine/patches/patch-ab15
2 files changed, 17 insertions, 1 deletions
diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo
index 8b0855fb47c..3f61b1e1fcd 100644
--- a/emulators/wine/distinfo
+++ b/emulators/wine/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/03/15 04:10:20 junyoung Exp $
+$NetBSD: distinfo,v 1.5 2002/04/05 11:45:24 hubertf Exp $
SHA1 (Wine-20020228.tar.gz) = 4e275f639200752126ebdfdca23daa7f692dbfb4
Size (Wine-20020228.tar.gz) = 6970746 bytes
SHA1 (patch-aa) = bf45f5b343bda55a0809459469a2476b566ad7d5
+SHA1 (patch-ab) = a50c3a1a6fd5bcc7b6fc230435da64bc70767c9c
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab
new file mode 100644
index 00000000000..98304aaadf8
--- /dev/null
+++ b/emulators/wine/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.8 2002/04/05 11:45:24 hubertf Exp $
+
+--- library/port.c.orig Mon Jan 7 22:00:28 2002
++++ library/port.c
+@@ -38,6 +38,10 @@
+ # include <stdint.h>
+ #endif
+
++#ifdef __NetBSD__
++#include <sys/inttypes.h>
++#endif
++
+ /***********************************************************************
+ * usleep
+ */