]> git.pld-linux.org Git - packages/krusader.git/commitdiff
- krusader-vfs.h.patch against th build
authorblekot <blekot@pld-linux.org>
Sun, 11 Mar 2007 13:52:35 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    krusader-vfs.h.patch -> 1.1
    krusader.spec -> 1.46

krusader-vfs.h.patch [new file with mode: 0644]
krusader.spec

diff --git a/krusader-vfs.h.patch b/krusader-vfs.h.patch
new file mode 100644 (file)
index 0000000..8bb70ce
--- /dev/null
@@ -0,0 +1,11 @@
+--- krusader/VFS/vfs.h~        2005-10-08 22:48:24.000000000 +0200
++++ krusader/VFS/vfs.h 2007-03-11 14:32:51.000000000 +0100
+@@ -134,7 +134,7 @@
+ protected:
+       /// Feel the vfs dictionary with vfiles, must be implemented for each vfs
+-      virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0L;
++      virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0;
+       /// Set the vfile list pointer
+       void setVfsFilesP(vfileDict* dict);
+       /// clear and delete all current vfiles
index bd46fada894153f7074f516081823e01d096231f..a77807fd386af31b1a30aeec322b1122322c028e 100644 (file)
@@ -16,6 +16,7 @@ Source0:      http://dl.sourceforge.net/krusader/%{name}-%{version}.tar.gz
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-mount.patch
 Patch2:                %{name}-krviewer.patch
+Patch3:                %{name}-vfs.h.patch
 URL:           http://krusader.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -52,6 +53,7 @@ ustawialny, bardzo przyjazny dla użytkownika, szybki i cholernie ładny
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
+%patch3 -p0
 
 %build
 cp -f /usr/share/automake/config.sub admin
This page took 0.105485 seconds and 4 git commands to generate.