[SM-Commit] GIT changes to master binary grimoire by George Sherwood (308c506679181c14f5663f3180ea27d2a5444f3e)

George Sherwood scm at sourcemage.org
Tue Dec 9 09:57:28 EST 2008


GIT changes to master binary grimoire by George Sherwood <gsherwood at sourcemage.org>:

 bin-http/firefox-bin/DEPENDS |    4 +++-
 bin-http/firefox-bin/HISTORY |    1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

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



More information about the SM-Commit mailing list