summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjunyoung <junyoung@pkgsrc.org>2002-04-12 17:45:43 +0000
committerjunyoung <junyoung@pkgsrc.org>2002-04-12 17:45:43 +0000
commitfd5f756e2b8df169a2e6d3ce22fa0cd199bf05d1 (patch)
tree417a28adef03173f66ad99ce77ff20311e962cd2 /emulators
parent83396d566cd3160560ed988e4a3db1d62deaf74e (diff)
downloadpkgsrc-fd5f756e2b8df169a2e6d3ce22fa0cd199bf05d1.tar.gz
Back out previous. Wine won't be able to run any nontrivial apps on
1.5.x releases due to lack of support for clone(2).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/distinfo3
-rw-r--r--emulators/wine/patches/patch-ab15
2 files changed, 1 insertions, 17 deletions
diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo
index 3f61b1e1fcd..5e1233e9b5f 100644
--- a/emulators/wine/distinfo
+++ b/emulators/wine/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2002/04/05 11:45:24 hubertf Exp $
+$NetBSD: distinfo,v 1.6 2002/04/12 17:45:43 junyoung 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
deleted file mode 100644
index 98304aaadf8..00000000000
--- a/emulators/wine/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$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
- */