Index: head/graphics/opencollada/files/patch-clang8 =================================================================== --- head/graphics/opencollada/files/patch-clang8 (nonexistent) +++ head/graphics/opencollada/files/patch-clang8 (revision 494777) @@ -0,0 +1,26 @@ +Skip optimization due to excessive build time + +--- COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateNameMap.cpp.orig 2018-11-26 22:43:10 UTC ++++ COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateNameMap.cpp +@@ -17,6 +17,9 @@ namespace COLLADASaxFWL14 + + + //--------------------------------------------------------------------- ++#if defined(__i386__) && defined(__clang__) && __clang_major__ >= 8 ++__attribute__((optnone)) ++#endif + void ColladaParserAutoGen14Private::initNameMap() + { + mHashNameMap[HASH_NAMESPACE_COLLADA] = NAME_NAMESPACE_COLLADA; +--- COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateNameMap.cpp.orig 2018-11-26 22:43:10 UTC ++++ COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateNameMap.cpp +@@ -17,6 +17,9 @@ namespace COLLADASaxFWL15 + + + //--------------------------------------------------------------------- ++#if defined(__i386__) && defined(__clang__) && __clang_major__ >= 8 ++__attribute__((optnone)) ++#endif + void ColladaParserAutoGen15Private::initNameMap() + { + mHashNameMap[HASH_NAMESPACE_COLLADA] = NAME_NAMESPACE_COLLADA; Property changes on: head/graphics/opencollada/files/patch-clang8 ___________________________________________________________________ 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