Avoid invoking arcanist as part of vendor install
$ make ... arc lint --output compiler --lintall Usage Exception: This command must be run in a Git, Mercurial or Subversion working copy. Makefile:2464: recipe for target 'lint' failed gmake[2]: [lint] Error 1 (ignored) Approved by: portmgr blanket
This commit is contained in:
parent
b9e1114131
commit
de8fd583ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384296
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ GH_TAGNAME= v${PORTVERSION}
|
|||
|
||||
USES= autoreconf gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_prog_HAVE_ARC=false
|
||||
CONFIGURE_ARGS= --with-pcre
|
||||
|
||||
.if defined(BATCH) || defined(PACKAGE_BUILDING)
|
||||
|
|
Loading…
Reference in a new issue