diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-03-22 13:50:17 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:10:42 +0000 |
commit | 698e18b67685e5324b160e2af7ccff86251eeca2 (patch) | |
tree | 665fc5777cba1a4b36c5907ac9640528661cd4aa /multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch | |
parent | 7012d497620e8ec709bacce7505b4765fc206234 (diff) |
multimedia/kodi: Updated for version 17.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch')
-rw-r--r-- | multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch b/multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch new file mode 100644 index 0000000000..b0cdb70181 --- /dev/null +++ b/multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch @@ -0,0 +1,24 @@ +diff -Naur xbmc-17.1-Krypton.orig/xbmc/filesystem/SMBDirectory.cpp xbmc-17.1-Krypton/xbmc/filesystem/SMBDirectory.cpp +--- xbmc-17.1-Krypton.orig/xbmc/filesystem/SMBDirectory.cpp 2017-03-20 16:17:49.000000000 +0000 ++++ xbmc-17.1-Krypton/xbmc/filesystem/SMBDirectory.cpp 2017-03-20 23:01:52.444160749 +0000 +@@ -45,7 +45,7 @@ + #include "linux/XTimeUtils.h" + #endif + +-#include <libsmbclient.h> ++#include <samba-4.0/libsmbclient.h> + + struct CachedDirEntry + { +diff -Naur xbmc-17.1-Krypton.orig/xbmc/filesystem/SMBFile.cpp xbmc-17.1-Krypton/xbmc/filesystem/SMBFile.cpp +--- xbmc-17.1-Krypton.orig/xbmc/filesystem/SMBFile.cpp 2017-03-20 16:17:49.000000000 +0000 ++++ xbmc-17.1-Krypton/xbmc/filesystem/SMBFile.cpp 2017-03-20 23:00:17.355154034 +0000 +@@ -26,7 +26,7 @@ + #include "SMBFile.h" + #include "PasswordManager.h" + #include "SMBDirectory.h" +-#include <libsmbclient.h> ++#include <samba-4.0/libsmbclient.h> + #include "settings/AdvancedSettings.h" + #include "settings/Settings.h" + #include "threads/SingleLock.h" |