Index: head/multimedia/libcec/files/patch-include_cecloader.h =================================================================== --- head/multimedia/libcec/files/patch-include_cecloader.h (nonexistent) +++ head/multimedia/libcec/files/patch-include_cecloader.h (revision 546336) @@ -0,0 +1,20 @@ +--- include/cecloader.h.orig 2020-07-13 10:18:33 UTC ++++ include/cecloader.h +@@ -172,7 +172,7 @@ bool LibCecBootloader(const char *strLib = NULL) + if (!g_libCEC) + { + std::cout << dlerror() << std::endl; +- return NULL; ++ return false; + } + } + +@@ -181,7 +181,7 @@ bool LibCecBootloader(const char *strLib = NULL) + if (!LibCecBootloader) + { + std::cout << "cannot find CECStartBootloader" << std::endl; +- return NULL; ++ return false; + } + + bool bReturn = LibCecBootloader(); Property changes on: head/multimedia/libcec/files/patch-include_cecloader.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property