diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-ag')
-rw-r--r-- | x11/kdebase3/patches/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-ag b/x11/kdebase3/patches/patch-ag new file mode 100644 index 00000000000..6e7e3758154 --- /dev/null +++ b/x11/kdebase3/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.4 2003/08/02 19:33:20 mrg Exp $ + +--- kcontrol/kfontinst/kfontinst/Encodings.cpp.orig 2003-05-07 21:44:02.000000000 +1000 ++++ kcontrol/kfontinst/kfontinst/Encodings.cpp 2003-08-03 03:44:55.000000000 +1000 +@@ -33,7 +33,8 @@ + #include "CompressedFile.h" + #include <qdir.h> + #include <ctype.h> +-#include <fstream.h> ++#include <fstream> ++using namespace std; + + // Use the strict maps - needed for creating AFMs... + #define STRICT_ENCODING_MAPS |