Index: head/graphics/seexpr/files/patch-src_SeExpr2_CMakeLists.txt =================================================================== --- head/graphics/seexpr/files/patch-src_SeExpr2_CMakeLists.txt (nonexistent) +++ head/graphics/seexpr/files/patch-src_SeExpr2_CMakeLists.txt (revision 526266) @@ -0,0 +1,13 @@ +--- src/SeExpr2/CMakeLists.txt.orig 2019-10-03 17:15:38 UTC ++++ src/SeExpr2/CMakeLists.txt +@@ -19,6 +19,10 @@ file(GLOB to_remove "ExprLLVMCodeGeneration.cpp") + list(REMOVE_ITEM io_cpp ${to_remove}) + + set_source_files_properties("ExprBuiltins.cpp" PROPERTIES COMPILE_DEFINITIONS "__STDC_LIMIT_MACROS") ++# XXX: avoid undefref to llvm::cfg::Update::dump() const ++set_source_files_properties( ++ Expression.cpp ExprLLVMCodeGeneration.cpp ++ PROPERTIES COMPILE_DEFINITIONS NDEBUG) + + # Uncomment below to print debug messages / performance stats + #add_definitions(-DSEEXPR_DEBUG) Property changes on: head/graphics/seexpr/files/patch-src_SeExpr2_CMakeLists.txt ___________________________________________________________________ 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