Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (4f5e488627fc60c11b6d20e7311da89f2f36e848)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (4f5e488627fc60c11b6d20e7311da89f2f36e848)
  • Date: Sun, 30 Mar 2008 08:24:47 -0500

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

http/webkitgtk/CONFIGURE | 2 +-
http/webkitgtk/HISTORY | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 4f5e488627fc60c11b6d20e7311da89f2f36e848
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

webkitgtk: Fixed compile problem by changing configure option as
directed by upstream. They believe they have a problem with
autotools.

diff --git a/http/webkitgtk/CONFIGURE b/http/webkitgtk/CONFIGURE
index 1d34ae6..e85b84e 100755
--- a/http/webkitgtk/CONFIGURE
+++ b/http/webkitgtk/CONFIGURE
@@ -1,2 +1,2 @@
config_query_option WEBKIT_SVG "Enable SVG support?" y \
- "--enable-svg" "--disable-svg"
+ "--enable-svg-experimental" "--disable-svg"
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index a4cb975..06bd439 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,5 +1,7 @@
2008-03-30 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version r31436
+ * CONFIGURE: Changed to --enable-svg-experimental to fix compile
+ problem with SVG.

2008-02-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to r30549



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (4f5e488627fc60c11b6d20e7311da89f2f36e848), George Sherwood, 03/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page