diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 20:33:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 20:33:30 +0000 |
commit | d282527de6cf73f5a6c3c5b1f66787be9d43fba1 (patch) | |
tree | 5ae84754d91990a50b9fcbde6839359c919a69c8 /graphics/dx/patches/patch-am | |
parent | 3cc738cb031b6c57e04f5ccbf9674a8358f8c58a (diff) | |
download | pkgsrc-d282527de6cf73f5a6c3c5b1f66787be9d43fba1.tar.gz |
Add DragonFly support.
Diffstat (limited to 'graphics/dx/patches/patch-am')
-rw-r--r-- | graphics/dx/patches/patch-am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/dx/patches/patch-am b/graphics/dx/patches/patch-am index b1162e5e371..24e503d217e 100644 --- a/graphics/dx/patches/patch-am +++ b/graphics/dx/patches/patch-am @@ -1,13 +1,14 @@ -$NetBSD: patch-am,v 1.5 2004/04/20 22:11:48 drochner Exp $ +$NetBSD: patch-am,v 1.6 2006/04/28 20:33:30 joerg Exp $ --- src/uipp/dxuilib/PacketIF.C.orig 2003-09-26 17:38:11.000000000 +0000 +++ src/uipp/dxuilib/PacketIF.C 2004-04-20 19:26:00.000000000 +0000 -@@ -1418,7 +1418,7 @@ +@@ -1418,9 +1418,6 @@ void PacketIF::connectAsServer(int pport int fd; int sts; int oldPort; -#if !defined(linux) && !defined(cygwin) && !defined(freebsd) && !defined(macos) && !defined(solaris) -+#if !defined(linux) && !defined(cygwin) && !defined(freebsd) && !defined(macos) && !defined(solaris) && !defined(__NetBSD__) - extern int errno; - #endif +- extern int errno; +-#endif int tries; + fd_set fds; + int width = getdtablesize(); |