From d7d41a6f58534b4befd59bac17098fcfe037fe6b Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 9 Aug 2010 13:36:02 +0200 Subject: [PATCH] firefox: fixed build by removing postmake hook that is calling 'firefox -register' (see note) Note: Seems that while calling 'firefox -register' it tries to establish a network connection, which won't work of course in a unconfigured sandbox. Because it builds without "registering" I am removing the crap. --- www/firefox/firefox.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/firefox/firefox.conf b/www/firefox/firefox.conf index 3de48601f..2869f05d8 100644 --- a/www/firefox/firefox.conf +++ b/www/firefox/firefox.conf @@ -56,10 +56,6 @@ fi hook_add preconf 4 "firefox_config" -# this annoying javascript (tm) based whatever component registration -hook_add postmake 6 "$root$bindir/firefox -register" - -# work around for version 2.0 # Merged from T2 var_append GCC_WRAPPER_INSERT ' ' "-c?:-L`pkgprefix libdir libx11` -lX11 -lXrender"