diff options
author | markd <markd@pkgsrc.org> | 2006-07-15 21:04:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-07-15 21:04:07 +0000 |
commit | 8e350e122ac85a09b9ecbdaee498dcc9873f0e44 (patch) | |
tree | e640aa4bc015c6f76cced13569d1396ec294fe64 /misc/kdepim3/patches | |
parent | 8db27f7fe7008481900b5a40da205395b1d42249 (diff) | |
download | pkgsrc-8e350e122ac85a09b9ecbdaee498dcc9873f0e44.tar.gz |
Don't use "ERR", Solaris doesn't like it.
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r-- | misc/kdepim3/patches/patch-an | 13 |
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, |