diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-08-25 05:09:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:20:24 +0700 |
commit | 77e6871484f94b750810c49bfa36e59679edac64 (patch) | |
tree | 88539b7fa115dda414e1f5493f2cd4515f0bad57 /multimedia/kodi/patches | |
parent | ddd5ecdbc3fd77ad9c9377000a0faed97e17f6e5 (diff) |
multimedia/kodi: Updated for version 17.4
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'multimedia/kodi/patches')
-rw-r--r-- | multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch b/multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch index b0cdb70181c32..6916ead2cea15 100644 --- a/multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch +++ b/multimedia/kodi/patches/xbmc-Krypton-samba-4.0.patch @@ -19,6 +19,6 @@ diff -Naur xbmc-17.1-Krypton.orig/xbmc/filesystem/SMBFile.cpp xbmc-17.1-Krypton/ #include "SMBDirectory.h" -#include <libsmbclient.h> +#include <samba-4.0/libsmbclient.h> + #include "filesystem/SpecialProtocol.h" #include "settings/AdvancedSettings.h" #include "settings/Settings.h" - #include "threads/SingleLock.h" |