New commits:
commit b242b4199a1dd695f99a8978474f852ec328e74e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
http/icecat: removed CONFLICTS
commit ee6430cda9bc7cccabaf5c87ebab4890d592df9f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
http/iceweasel: removed deprecated spell
commit 947851819eaa31908beef296c1e92a0881050a32
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
http/icecat: removed iceweasel's query defaults, made building more
default
diff --git a/ChangeLog b/ChangeLog
index 8bbfaaa..b51e7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-06 Pol Vinogradov <vin.public AT gmail.com>
+ * http/iceweasel: removed deprecated spell
+
2008-02-06 Eric Sandall <sandalle AT sourcemage.org>
* utils/winetricks: Added Script to download and install WINE runtime
libraries
diff --git a/http/icecat/BUILD b/http/icecat/BUILD
index 6a54b04..19c5a36 100755
--- a/http/icecat/BUILD
+++ b/http/icecat/BUILD
@@ -1,4 +1,4 @@
- local ICECAT_HOME=${INSTALL_ROOT}/usr/lib/${SPELL} &&
+local ICECAT_HOME=${INSTALL_ROOT}/usr/lib/${SPELL} &&
export MOZ_PHOENIX=1 &&
export CFLAGS="${CFLAGS//-O3/-O2}" &&
@@ -12,23 +12,28 @@ then
OPTS="--enable-svg-renderer=$ICECAT_RENDER $OPTS"
fi &&