Index: files/patch-scripts_genie.lua =================================================================== --- files/patch-scripts_genie.lua (nonexistent) +++ files/patch-scripts_genie.lua (working copy) @@ -0,0 +1,11 @@ +--- scripts/genie.lua.orig 2018-07-24 19:45:05 UTC ++++ scripts/genie.lua +@@ -996,7 +996,7 @@ end + + + local version = str_to_version(_OPTIONS["gcc_version"]) +- if string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "pnacl") or string.find(_OPTIONS["gcc"], "asmjs") or string.find(_OPTIONS["gcc"], "android") then ++ if string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "pnacl") or string.find(_OPTIONS["gcc"], "asmjs") or string.find(_OPTIONS["gcc"], "android") or string.find(_OPTIONS["gcc"], "freebsd") then + if (version < 30400) then + print("Clang version 3.4 or later needed") + os.exit(-1) Property changes on: files/patch-scripts_genie.lua ___________________________________________________________________ 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