pkgsrc/multimedia/kodi/patches/patch-xbmc_GUIInfoManager.cpp
jmcneill a01db9f9be Initial import of kodi-15.2
Kodi (formerly known as XBMC) is an award-winning free and open source (GPL)
software media center for playing videos, music, pictures, games, and more.
Kodi features a 10-foot user interface for use with televisions and remote
controls. It allows users to play and view most videos, music, podcasts, and
other digital media files from local and network storage media and the
internet.
2015-11-17 14:56:07 +00:00

13 lines
526 B
C++

$NetBSD: patch-xbmc_GUIInfoManager.cpp,v 1.1 2015/11/17 14:56:07 jmcneill Exp $
--- xbmc/GUIInfoManager.cpp.orig 2015-10-19 06:31:15.000000000 +0000
+++ xbmc/GUIInfoManager.cpp
@@ -2289,7 +2289,7 @@ bool CGUIInfoManager::GetBool(int condit
bReturn = g_application.IsMusicScanning();
}
else if (condition == SYSTEM_PLATFORM_LINUX)
-#if defined(TARGET_LINUX) || defined(TARGET_FREEBSD)
+#if defined(TARGET_LINUX) || defined(TARGET_FREEBSD) || defined(TARGET_NETBSD)
bReturn = true;
#else
bReturn = false;