diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-12 23:26:52 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-12 23:26:52 +0000 |
commit | 431622844fcecf9286bca43cbdd9e3ae5ff5e273 (patch) | |
tree | e1d9b3f62c8fb343d38afebf5cbf0b93095f1508 /x11/kde4-runtime/files/patch-post-3.5.0-kdebase-kdm | |
parent | Restore patch-erts_configure: this should fix the amd64 build. (diff) |
KDE 3.5.4 / KOffice 1.5.2
Diffstat (limited to 'x11/kde4-runtime/files/patch-post-3.5.0-kdebase-kdm')
-rw-r--r-- | x11/kde4-runtime/files/patch-post-3.5.0-kdebase-kdm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/kde4-runtime/files/patch-post-3.5.0-kdebase-kdm b/x11/kde4-runtime/files/patch-post-3.5.0-kdebase-kdm deleted file mode 100644 index 129a10594be4..000000000000 --- a/x11/kde4-runtime/files/patch-post-3.5.0-kdebase-kdm +++ /dev/null @@ -1,21 +0,0 @@ -Index: kdm/backend/client.c -=================================================================== ---- kdm/backend/client.c (revision 547560) -+++ kdm/backend/client.c (working copy) -@@ -1537,16 +1542,6 @@ ReadDmrc() - - if (!StrApp( &fname, p->pw_dir, "/.dmrc", (char *)0 )) - return GE_Error; -- if ((curdmrc = iniLoad( fname ))) { -- free( fname ); -- return GE_Ok; -- } -- -- if (errno != EACCES) { -- free( fname ); -- return GE_NoFile; -- } -- - if (pipe( pfd )) - return GE_Error; - if ((pid = Fork()) < 0) { |