diff options
author | drochner <drochner> | 2000-01-31 21:04:13 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-01-31 21:04:13 +0000 |
commit | 48a08df7f4970e3628935837b152f8d60c3d6bc5 (patch) | |
tree | e0aa177ca477f71bdf9e3c2279eb750c6d5b72f1 /graphics/dx | |
parent | abe8fcac382fd6bb694d5aa419fc9c8979f8204a (diff) | |
download | pkgsrc-48a08df7f4970e3628935837b152f8d60c3d6bc5.tar.gz |
"extern int errno;" doesn't work anymore, at least in C++
Diffstat (limited to 'graphics/dx')
-rw-r--r-- | graphics/dx/patches/patch-am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-am b/graphics/dx/patches/patch-am new file mode 100644 index 00000000000..4342626b1be --- /dev/null +++ b/graphics/dx/patches/patch-am @@ -0,0 +1,11 @@ +--- src/uipp/dxuilib/PacketIF.C.orig Sat Jul 31 17:08:32 1999 ++++ src/uipp/dxuilib/PacketIF.C Sat Jan 29 18:53:56 2000 +@@ -1388,7 +1388,7 @@ + int fd; + int sts; + int oldPort; +-#if !defined(linux) && !defined(cygwin) && !defined(freebsd) ++#if !defined(linux) && !defined(cygwin) && !defined(freebsd) && !defined(__NetBSD__) + extern int errno; + #endif + int tries; |