Patch on FreeBSD needs to have -E to remove empty files. This is the Linux default.

This commit is contained in:
Chris Johns
2013-03-21 20:37:15 +11:00
parent 02711d6a6e
commit b78c1288b2
2 changed files with 4 additions and 2 deletions

View File

@@ -61,7 +61,8 @@ def load():
'__bison': ('exe', 'required', '/usr/local/bin/bison'),
'__git': ('exe', 'required', '/usr/local/bin/git'),
'__xz': ('exe', 'optional', '/usr/bin/xz'),
'__make': ('exe', 'required', 'gmake')
'__make': ('exe', 'required', 'gmake'),
'__patch_opts': ('none', 'none', '-E')
}
return defines