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:
Joe Marcus Clarke 2009-06-06 05:51:20 +00:00
parent f22ea942e9
commit 3b560f93ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235295

View file

@ -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