New commits:
commit 308c506679181c14f5663f3180ea27d2a5444f3e
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
firefox-bin: Devel version does not depend on gcc33.
diff --git a/bin-http/firefox-bin/DEPENDS b/bin-http/firefox-bin/DEPENDS
index a4f6769..12c12fb 100755
--- a/bin-http/firefox-bin/DEPENDS
+++ b/bin-http/firefox-bin/DEPENDS
@@ -1,4 +1,6 @@
-depends gcc33 &&
+if [[ "$FIREFOX_DEVEL" == "n" ]]; then
+ depends gcc33
+fi &&
depends zlib &&
depends jpeg &&
depends libpng &&
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index b109099..f76a77f 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,5 +1,6 @@
2008-12-09 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to 3.1b2
+ * DEPENDS: Devel version doesn't need gcc33
2008-11-12 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to version 3.0.4
[SM-Commit] GIT changes to master binary grimoire by George Sherwood (308c506679181c14f5663f3180ea27d2a5444f3e),
George Sherwood, 12/09/2008