summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-22 14:31:08 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-22 14:31:08 +0000
commit6353576e41c28fb6f007f5a07542d5c28a0cf465 (patch)
tree7c6bf2d468c113e320f2c914b5d72975bbb25f06 /x11/kdelibs3/patches
parent9cc940848f0abca230a7ba19a415855813af5354 (diff)
downloadpkgsrc-6353576e41c28fb6f007f5a07542d5c28a0cf465.tar.gz
Patches work better when applied to the right file.
Diffstat (limited to 'x11/kdelibs3/patches')
-rw-r--r--x11/kdelibs3/patches/patch-da6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs3/patches/patch-da b/x11/kdelibs3/patches/patch-da
index b58cff3802e..ab47b2766cf 100644
--- a/x11/kdelibs3/patches/patch-da
+++ b/x11/kdelibs3/patches/patch-da
@@ -1,9 +1,9 @@
-$NetBSD: patch-da,v 1.3 2005/12/20 19:58:04 rillig Exp $
+$NetBSD: patch-da,v 1.4 2005/12/22 14:31:08 joerg Exp $
NetBSD 1.6.2 does not know ENOTSUP.
---- kioslave/file/file.cpp.orig Tue Dec 20 12:15:37 2005
-+++ kioslave/file/file.cpp Tue Dec 20 19:09:58 2005
+--- kioslave/file/file.cc.orig Tue Dec 20 12:15:37 2005
++++ kioslave/file/file.cc Tue Dec 20 19:09:58 2005
@@ -193,9 +193,11 @@ void FileProtocol::chmod( const KURL& ur
case EACCES:
error( KIO::ERR_ACCESS_DENIED, url.path() );