[Lunar-commits] <moonbase> firefox: avoid the conflict between net/if.h and linux.if.h at compile time.
Florin Braescu
florin at lunar-linux.org
Tue Oct 13 22:38:21 CEST 2009
commit 43cea93db5c492809bbbafdd0cbba26e9ea93819
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Oct 13 23:38:21 2009 +0300
firefox: avoid the conflict between net/if.h and linux.if.h at compile time.
---
web/firefox/BUILD | 2 ++
web/firefox/BUILD.x86_64 | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/web/firefox/BUILD b/web/firefox/BUILD
index c736afe..2af4909 100644
--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -25,6 +25,8 @@
cd mozilla-1.9.1 &&
+ echo "ac_add_options --disable-necko-wifi" >> mozconfig
+
#Add DEPENDS options
if in_depends $MODULE dbus ; then
diff --git a/web/firefox/BUILD.x86_64 b/web/firefox/BUILD.x86_64
index c736afe..2af4909 100644
--- a/web/firefox/BUILD.x86_64
+++ b/web/firefox/BUILD.x86_64
@@ -25,6 +25,8 @@
cd mozilla-1.9.1 &&
+ echo "ac_add_options --disable-necko-wifi" >> mozconfig
+
#Add DEPENDS options
if in_depends $MODULE dbus ; then
More information about the Lunar-commits
mailing list