Short-circuit the Gecko compile test to prevent the file system from
being touched when libxul is used as a Gecko provider. Reported by: bsam
This commit is contained in:
parent
f22ea942e9
commit
3b560f93ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235295
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ CONFLICTS= epiphany-webkit-[1-9]*
|
|||
PLIST_SUB+= GECKO=""
|
||||
.if ${GECKO:Mlibxul}!=""
|
||||
PLUGIN_SYMLINK= 19
|
||||
CONFIGURE_ENV+=gecko_cv_xpcom_program_check="yes"
|
||||
.else
|
||||
PLUGIN_SYMLINK= 18
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue