diff options
author | marcus <marcus@FreeBSD.org> | 2009-06-06 13:51:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-06-06 13:51:20 +0800 |
commit | 0cc6c87a8663d0596e5fc7e5302cbda1c907384e (patch) | |
tree | b1561c7fb4d3197845bb85e630fe2310608e99c9 /www | |
parent | a7e55d1b2cdaed7da3bec46d1118ea580c535db4 (diff) | |
download | freebsd-ports-gnome-0cc6c87a8663d0596e5fc7e5302cbda1c907384e.tar.gz freebsd-ports-gnome-0cc6c87a8663d0596e5fc7e5302cbda1c907384e.tar.zst freebsd-ports-gnome-0cc6c87a8663d0596e5fc7e5302cbda1c907384e.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 4724f75ef0c6..f9de5294a224 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -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 |