[SVN-Commit] r164 - branches/experimental/www/libxul-devel

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Mon Nov 16 15:43:12 UTC 2009


Author: beat
Date: Mon Nov 16 15:43:05 2009
New Revision: 164

Log:
- Add needed MOZ_OPTIONS which was accidentally not commited with the
  initial commit.

Modified:
   branches/experimental/www/libxul-devel/Makefile

Modified: branches/experimental/www/libxul-devel/Makefile
==============================================================================
--- branches/experimental/www/libxul-devel/Makefile	Mon Nov 16 15:20:50 2009	(r163)
+++ branches/experimental/www/libxul-devel/Makefile	Mon Nov 16 15:43:05 2009	(r164)
@@ -39,7 +39,7 @@
 PORT_MOZCONFIG=	${WRKSRC}/xulrunner/config/mozconfig
 MOZ_OPTIONS?=	--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 		--disable-javaxpcom --enable-canvas \
-		--enable-system-cairo
+		--enable-system-cairo --disable-necko-wifi
 MOZ_EXTENSIONS=	default,cookie,permissions
 OPTIONS=	# Empty, used for generic gecko OPTIONS
 USE_GECKO_OPTIONS=	java debug logging optimized_cflags


More information about the freebsd-gecko mailing list