diff options
author | drochner <drochner@pkgsrc.org> | 2000-01-31 21:04:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-01-31 21:04:13 +0000 |
commit | 74ff1135817a1bc3523414859c978773dc34f06b (patch) | |
tree | e0aa177ca477f71bdf9e3c2279eb750c6d5b72f1 /graphics | |
parent | 5a3c86a6e310022dac56c4c8c08e67650c33e67c (diff) | |
download | pkgsrc-74ff1135817a1bc3523414859c978773dc34f06b.tar.gz |
"extern int errno;" doesn't work anymore, at least in C++
Diffstat (limited to 'graphics')
-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; |