Index: head/devel/shiboken/files/patch-tests_libsample_simplefile.cpp =================================================================== --- head/devel/shiboken/files/patch-tests_libsample_simplefile.cpp (nonexistent) +++ head/devel/shiboken/files/patch-tests_libsample_simplefile.cpp (revision 468212) @@ -0,0 +1,18 @@ +--- tests/libsample/simplefile.cpp.orig 2018-01-31 17:26:30 UTC ++++ tests/libsample/simplefile.cpp +@@ -90,13 +90,13 @@ bool + SimpleFile::exists() const + { + std::ifstream ifile(p->m_filename); +- return ifile; ++ return static_cast(ifile); + } + + bool + SimpleFile::exists(const char* filename) + { + std::ifstream ifile(filename); +- return ifile; ++ return static_cast(ifile); + } + Property changes on: head/devel/shiboken/files/patch-tests_libsample_simplefile.cpp ___________________________________________________________________ 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