diff options
author | mrg <mrg> | 2003-08-02 16:21:16 +0000 |
---|---|---|
committer | mrg <mrg> | 2003-08-02 16:21:16 +0000 |
commit | f419b287f703d935330214c8bec28eadea806b36 (patch) | |
tree | d80a83f28d732f0ccde394ec888d03d472879c06 /databases | |
parent | bfd862d20fbdd1c5f664c6f1c9d25d1fa662f5bd (diff) | |
download | pkgsrc-f419b287f703d935330214c8bec28eadea806b36.tar.gz |
use <iostream>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db3/distinfo | 3 | ||||
-rw-r--r-- | databases/db3/patches/patch-ac | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/databases/db3/distinfo b/databases/db3/distinfo index dc680250674..85bb08cfba9 100644 --- a/databases/db3/distinfo +++ b/databases/db3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/02/26 12:56:55 seb Exp $ +$NetBSD: distinfo,v 1.10 2003/08/02 16:21:16 mrg Exp $ SHA1 (db-3.3.11.tar.gz) = d6871c7e6008eb726d6fc28e3debc44d34570f93 Size (db-3.3.11.tar.gz) = 2343243 bytes @@ -8,3 +8,4 @@ SHA1 (patch.3.3.11.2) = e14879f28ba6d6bb8da9068c41d4ca8108352f80 Size (patch.3.3.11.2) = 325 bytes SHA1 (patch-aa) = 772a047978c045fb6756b6ff4e5bb045d1e48382 SHA1 (patch-ab) = dbd8f23e9b665777ce3ba4a9664cb83a65e88c6b +SHA1 (patch-ac) = 38b3eda1e70dbf6d27ae09affc4b570e4190788e diff --git a/databases/db3/patches/patch-ac b/databases/db3/patches/patch-ac new file mode 100644 index 00000000000..7a470979db3 --- /dev/null +++ b/databases/db3/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2003/08/02 16:21:17 mrg Exp $ + +--- ../include/db_cxx.h.orig 2001-06-28 01:23:30.000000000 +1000 ++++ ../include/db_cxx.h 2003-08-03 01:55:58.000000000 +1000 +@@ -49,7 +49,8 @@ + // Forward declarations + // + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + #include <stdarg.h> + #include "db.h" + #include "cxx_common.h" |