summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-at
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2003-08-02 19:33:18 +0000
committermrg <mrg@pkgsrc.org>2003-08-02 19:33:18 +0000
commit5cc4f5c8aa0947f367c2bd513df4ce62524cca1d (patch)
tree04d83415b849ded9fbf88a3a84b93594e8140b89 /x11/kdebase3/patches/patch-at
parent3088d0a5873fdf515388940d21afe7dacd79a673 (diff)
downloadpkgsrc-5cc4f5c8aa0947f367c2bd513df4ce62524cca1d.tar.gz
build with GCC3.3.1
Diffstat (limited to 'x11/kdebase3/patches/patch-at')
-rw-r--r--x11/kdebase3/patches/patch-at14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-at b/x11/kdebase3/patches/patch-at
new file mode 100644
index 00000000000..5db0e88fdb1
--- /dev/null
+++ b/x11/kdebase3/patches/patch-at
@@ -0,0 +1,14 @@
+$NetBSD: patch-at,v 1.4 2003/08/02 19:33:22 mrg Exp $
+
+--- kdialog/kdialog.cpp.orig 2003-05-07 21:44:08.000000000 +1000
++++ kdialog/kdialog.cpp 2003-08-03 04:11:06.000000000 +1000
+@@ -21,7 +21,8 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+
+ #include <qptrlist.h>
+ #include <qfile.h>