|
@@ -61,7 +61,7 @@ package("libvpx")
|
|
end
|
|
end
|
|
|
|
|
|
if package:is_plat("bsd") then
|
|
if package:is_plat("bsd") then
|
|
- io.replace("configure", "diff --version", "diff", {plain = true})
|
|
|
|
|
|
+ io.replace("configure", "diff --version", "which diff", {plain = true})
|
|
end
|
|
end
|
|
local source_dir = os.curdir()
|
|
local source_dir = os.curdir()
|
|
os.cd("$(buildir)")
|
|
os.cd("$(buildir)")
|