summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/patches/patch-ae')
-rw-r--r--emulators/wine/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae
new file mode 100644
index 00000000000..a1c0537b6c6
--- /dev/null
+++ b/emulators/wine/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.9 2004/02/16 14:07:35 adam Exp $
+
+--- programs/winedbg/elf.c.orig 2004-02-16 14:40:16.000000000 +0000
++++ programs/winedbg/elf.c
+@@ -69,6 +69,10 @@
+
+ WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
+
++#ifndef STN_UNDEF
++# define STN_UNDEF 0
++#endif
++
+ typedef struct tagELF_DBG_INFO
+ {
+ void *elf_addr;