summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork3/patches/patch-ah')
-rw-r--r--net/kdenetwork3/patches/patch-ah22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/kdenetwork3/patches/patch-ah b/net/kdenetwork3/patches/patch-ah
new file mode 100644
index 00000000000..46939dbf5ed
--- /dev/null
+++ b/net/kdenetwork3/patches/patch-ah
@@ -0,0 +1,22 @@
+$NetBSD: patch-ah,v 1.3 2006/10/12 10:47:18 markd Exp $
+
+--- kopete/protocols/oscar/liboscar/rtf.ll.orig 2005-09-10 20:20:23.000000000 +1200
++++ kopete/protocols/oscar/liboscar/rtf.ll
+@@ -631,7 +631,7 @@ const unsigned RED = 2;
+ const unsigned GREEN = 3;
+ const unsigned BLUE = 4;
+ const unsigned CF = 5;
+-const unsigned FS = 6;
++const unsigned KDE_FS = 6;
+ const unsigned HIGHLIGHT = 7;
+ const unsigned PARD = 8;
+ const unsigned PAR = 9;
+@@ -795,7 +795,7 @@ QString RTF2HTML::Parse(const char *rtf,
+ case CF:
+ cur_level.setFontColor(cmd_value);
+ break;
+- case FS:
++ case KDE_FS:
+ cur_level.setFontSizeHalfPoints(cmd_value);
+ break;
+ case HIGHLIGHT: