diff options
Diffstat (limited to 'app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch')
-rw-r--r-- | app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch b/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch deleted file mode 100644 index eb0a1cc10220..000000000000 --- a/app-crypt/kencfs/files/kencfs-1.3.0-build-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN kencfs-1.3.0.old/qtlocalpeer.cpp kencfs-1.3.0/qtlocalpeer.cpp ---- kencfs-1.3.0.old/qtlocalpeer.cpp 2013-01-08 21:04:48.000000000 +0100 -+++ kencfs-1.3.0/qtlocalpeer.cpp 2014-03-10 11:03:16.909581255 +0100 -@@ -100,7 +100,7 @@ - socketName += QLatin1Char('-') + QString::number(sessionId, 16);
- }
- #else
-- socketName += QLatin1Char('-') + QString::number(QtLP_Private::getuid(), 16);
-+ socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
- #endif
-
- server = new QLocalServer(this);
|