summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam>2003-06-23 09:03:07 +0000
committeradam <adam>2003-06-23 09:03:07 +0000
commit3305f3644e474bd0f38803d082c2ec9593025e18 (patch)
tree01942d43d212f128591b0211600f671d66ef96ce /emulators
parentea747124df47d574d195af322a7cd6194e2d62d5 (diff)
downloadpkgsrc-3305f3644e474bd0f38803d082c2ec9593025e18.tar.gz
Updated to wine-20030618
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ad b/emulators/wine/patches/patch-ad
new file mode 100644
index 00000000000..c71d29b6101
--- /dev/null
+++ b/emulators/wine/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.4 2003/06/23 09:03:07 adam Exp $
+
+--- dlls/iphlpapi/ifenum.c.orig 2003-06-19 12:04:06.000000000 +0200
++++ dlls/iphlpapi/ifenum.c 2003-06-19 12:07:17.000000000 +0200
+@@ -69,6 +69,7 @@
+ #endif
+
+ #include <sys/types.h>
++#include <sys/param.h>
+
+ #if HAVE_SYS_SOCKET_H
+ #include <sys/socket.h>