summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-aq
diff options
context:
space:
mode:
authormrg <mrg>2003-08-02 19:33:18 +0000
committermrg <mrg>2003-08-02 19:33:18 +0000
commitdc12de84ed18f8fbf2916ff6326d2b399f484b49 (patch)
tree04d83415b849ded9fbf88a3a84b93594e8140b89 /x11/kdebase3/patches/patch-aq
parente1f260afca86ed7d6b72f4bac7ad99c327bdd968 (diff)
downloadpkgsrc-dc12de84ed18f8fbf2916ff6326d2b399f484b49.tar.gz
build with GCC3.3.1
Diffstat (limited to 'x11/kdebase3/patches/patch-aq')
-rw-r--r--x11/kdebase3/patches/patch-aq14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-aq b/x11/kdebase3/patches/patch-aq
new file mode 100644
index 00000000000..d49caebdb73
--- /dev/null
+++ b/x11/kdebase3/patches/patch-aq
@@ -0,0 +1,14 @@
+$NetBSD: patch-aq,v 1.4 2003/08/02 19:33:22 mrg Exp $
+
+--- kcontrol/kfontinst/kfontinst/Kfi.cpp.orig 2003-05-07 21:44:02.000000000 +1000
++++ kcontrol/kfontinst/kfontinst/Kfi.cpp 2003-08-03 04:01:19.000000000 +1000
+@@ -37,7 +37,8 @@
+ #include <qfile.h>
+ #include <kmessagebox.h>
+ #include <klocale.h>
+-#include <fstream.h>
++#include <fstream>
++using namespace std;
+ #include "kxftconfig.cpp" // CPD: Hack!!, this source file is located in kcontrol/fonts
+
+ CKfiMainWidget * CKfi::create(QWidget *parent)