diff options
Diffstat (limited to 'graphics/dx/patches/patch-aa')
-rw-r--r-- | graphics/dx/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-aa b/graphics/dx/patches/patch-aa new file mode 100644 index 00000000000..f8056aa102a --- /dev/null +++ b/graphics/dx/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- src/exec/libdx/message.c.orig Sun Sep 26 22:04:06 1999 ++++ src/exec/libdx/message.c Sun Sep 26 22:04:26 1999 +@@ -271,7 +271,7 @@ + DXPrintError(char *s) + { + extern int sys_nerr; +-#if !defined(linux) && !defined(freebsd) ++#if !defined(linux) && !defined(freebsd) && !defined(__NetBSD__) + extern char *sys_errlist[]; + #endif + char *msg, *errnomsg; |