Index: head/multimedia/assimp/files/patch-code_D3MFOpcPackage.cpp =================================================================== --- head/multimedia/assimp/files/patch-code_D3MFOpcPackage.cpp (nonexistent) +++ head/multimedia/assimp/files/patch-code_D3MFOpcPackage.cpp (revision 446429) @@ -0,0 +1,11 @@ +--- code/D3MFOpcPackage.cpp.orig 2017-07-18 17:03:26 UTC ++++ code/D3MFOpcPackage.cpp +@@ -55,6 +55,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY O + #include + #include + ++#include ++ + #include + + namespace Assimp { Property changes on: head/multimedia/assimp/files/patch-code_D3MFOpcPackage.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 Index: head/multimedia/assimp/files/patch-code_MMDPmdParser.h =================================================================== --- head/multimedia/assimp/files/patch-code_MMDPmdParser.h (nonexistent) +++ head/multimedia/assimp/files/patch-code_MMDPmdParser.h (revision 446429) @@ -0,0 +1,11 @@ +--- code/MMDPmdParser.h.orig 2017-07-18 17:03:26 UTC ++++ code/MMDPmdParser.h +@@ -158,7 +158,7 @@ namespace pmd + sphere_filename.clear(); + } + else { +- *pstar = (char)NULL; ++ *pstar = 0; + texture_filename = std::string(buffer); + sphere_filename = std::string(pstar+1); + } Property changes on: head/multimedia/assimp/files/patch-code_MMDPmdParser.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