diff options
author | mrg <mrg@pkgsrc.org> | 2003-08-02 15:25:27 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-08-02 15:25:27 +0000 |
commit | fd378689b17a4a436e413e6eb9c4c444c6a5c276 (patch) | |
tree | 0fbab518231f9be03ae2f48d4e4701078c2eb300 /www | |
parent | ee3a6dc4babed0342e50ed4fc06cc5dcc867de70 (diff) | |
download | pkgsrc-fd378689b17a4a436e413e6eb9c4c444c6a5c276.tar.gz |
apply same <iostream> patch for gcc3 as mozilla
Diffstat (limited to 'www')
-rw-r--r-- | www/phoenix/distinfo | 3 | ||||
-rw-r--r-- | www/phoenix/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/www/phoenix/distinfo b/www/phoenix/distinfo index 8cbd8b41429..14ab78e3d7c 100644 --- a/www/phoenix/distinfo +++ b/www/phoenix/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/05/22 15:05:22 taya Exp $ +$NetBSD: distinfo,v 1.9 2003/08/02 15:25:27 mrg Exp $ SHA1 (mozilla-phoenix-0.6.tar.bz2) = 1e81eb951174d0640c9f0cb95ac180a6e00cd6ab Size (mozilla-phoenix-0.6.tar.bz2) = 31963461 bytes @@ -7,6 +7,7 @@ SHA1 (patch-ab) = 8447517ec289181829c958cd1b93b6663a86c87c SHA1 (patch-ac) = 263f8a4f4cf4016979e23bcd796a8178d0b34b3c SHA1 (patch-ad) = 08cb069fad6e15eb1acba25165bae947621ab512 SHA1 (patch-ae) = 65e0cf54a59253b0cb9c563be04e4664027e6aff +SHA1 (patch-ag) = 99b1849e5c634c277c57834cb8ab7a6af4bc7357 SHA1 (patch-am) = 5f8d3fcd9a03171328791763d254f5f963d198d3 SHA1 (patch-aw) = dce7ea7b1790db89e8bbacf5f434a4081e59c48b SHA1 (patch-ba) = 853942df141d527e3a85067147784525b803e925 diff --git a/www/phoenix/patches/patch-ag b/www/phoenix/patches/patch-ag new file mode 100644 index 00000000000..0d3441d7788 --- /dev/null +++ b/www/phoenix/patches/patch-ag @@ -0,0 +1,12 @@ +--- extensions/transformiix/source/base/ErrorObserver.h.orig 2003-01-17 23:39:36.000000000 +1100 ++++ extensions/transformiix/source/base/ErrorObserver.h 2003-08-02 23:15:09.000000000 +1000 +@@ -28,7 +28,8 @@ + + #include "baseutils.h" + #include "txError.h" +-#include <iostream.h> ++#include <iostream> ++using namespace std; + class nsAString; + + /** |