summaryrefslogtreecommitdiff
path: root/packages/kdepimpi/files/gcc42.patch
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-09-16 11:53:42 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-09-16 11:53:42 +0000
commitbf61ce13a5dd72d4e733303e5405e17e3946985f (patch)
tree0e8dfc492b2bd4fd30720e04db45052012d9e44f /packages/kdepimpi/files/gcc42.patch
parent9fff0af5d645ccfaa6d0f6c3b3b4e71dd9a67995 (diff)
kdepimpi/pwmpi: bump to 2.2.10
# drop to gcc4 patches that went upstream
Diffstat (limited to 'packages/kdepimpi/files/gcc42.patch')
-rw-r--r--packages/kdepimpi/files/gcc42.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/kdepimpi/files/gcc42.patch b/packages/kdepimpi/files/gcc42.patch
deleted file mode 100644
index e6328eb1ee..0000000000
--- a/packages/kdepimpi/files/gcc42.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-upstream: http://sourceforge.net/tracker/index.php?func=detail&aid=1898924&group_id=104103&atid=636951
-status: upstream is pretty dead
-
-diff --git
-a/kabc/secrecy.h b/kabc/secrecy.h
-index 21e22f2..3011ae9 100644
---- a/kabc/secrecy.h
-+++ b/kabc/secrecy.h
-@@ -98,5 +98,8 @@ private:
- int mType;
- };
-
-+QDataStream& operator<<(QDataStream& s,const Secrecy &secrecy);
-+QDataStream& operator>>(QDataStream& s,Secrecy &secrecy);
-+
- }
- #endif