diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-26 18:39:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-26 18:39:31 +0000 |
commit | 7fdc54cd9d538ddb200aee9e8804e936b1b4b221 (patch) | |
tree | 5a7a48416c0ea2113327a844cc2529b2477850bb /x11/dxpc | |
parent | b7edaae4515c33ef752ea882f3267d5b3ce4a0bd (diff) | |
download | pkgsrc-7fdc54cd9d538ddb200aee9e8804e936b1b4b221.tar.gz |
Include the iostream header file before using ostream. Fixes build on
NetBSD-current.
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/distinfo | 3 | ||||
-rw-r--r-- | x11/dxpc/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/dxpc/distinfo b/x11/dxpc/distinfo index 9db89271d36..06b96d41193 100644 --- a/x11/dxpc/distinfo +++ b/x11/dxpc/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/10/22 01:05:40 mjl Exp $ +$NetBSD: distinfo,v 1.4 2004/03/26 18:39:31 minskim Exp $ SHA1 (dxpc-3.8.1.tar.gz) = 5b6a5b4754704bce1e22f16982bc92e53761d357 Size (dxpc-3.8.1.tar.gz) = 129417 bytes +SHA1 (patch-aa) = b731a26c47d33391aece8e9485b1419189ee05b5 diff --git a/x11/dxpc/patches/patch-aa b/x11/dxpc/patches/patch-aa new file mode 100644 index 00000000000..b8183fd40c2 --- /dev/null +++ b/x11/dxpc/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/03/26 18:39:31 minskim Exp $ + +--- util.H.orig 2004-03-26 12:34:39.000000000 -0600 ++++ util.H +@@ -2,6 +2,7 @@ + #define util_H + + #include <fstream.h> ++#include <iostream.h> + + extern unsigned int GetUINT(unsigned const char *, int bigEndian); + extern unsigned int GetULONG(unsigned const char *, int bigEndian); |