summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-06-23 09:03:07 +0000
committeradam <adam@pkgsrc.org>2003-06-23 09:03:07 +0000
commit489319e2bbe07ac0ed8f10981998036de2583d44 (patch)
tree01942d43d212f128591b0211600f671d66ef96ce /emulators/wine
parentf1f34c052e1e8e9e6dcfc06c81c13d953e02a823 (diff)
downloadpkgsrc-489319e2bbe07ac0ed8f10981998036de2583d44.tar.gz
Updated to wine-20030618
Diffstat (limited to 'emulators/wine')
-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>