summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd>2006-07-15 21:04:07 +0000
committermarkd <markd>2006-07-15 21:04:07 +0000
commit212b2de3af7c3fb7298b2c4319f005e2fabf68a7 (patch)
treee640aa4bc015c6f76cced13569d1396ec294fe64 /misc/kdepim3/patches
parent6134a70c05d123a45734ca2ed0add6df43b0a544 (diff)
downloadpkgsrc-212b2de3af7c3fb7298b2c4319f005e2fabf68a7.tar.gz
Don't use "ERR", Solaris doesn't like it.
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-an13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kdepim3/patches/patch-an b/misc/kdepim3/patches/patch-an
new file mode 100644
index 00000000000..029d305f1ca
--- /dev/null
+++ b/misc/kdepim3/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2006/07/15 21:04:07 markd Exp $
+
+--- kalarm/dcophandler.cpp.orig 2006-07-09 08:22:05.120179000 +1200
++++ kalarm/dcophandler.cpp
+@@ -479,7 +479,7 @@ bool DcopHandlerOld::process(const QCStr
+ kdDebug(5950) << "DcopHandlerOld::process(): " << func << endl;
+ enum
+ {
+- ERR = 0,
++ ERRx = 0,
+ OPERATION = 0x0007, // mask for main operation
+ HANDLE = 0x0001,
+ CANCEL = 0x0002,