Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7dc1947cf4d5cac58bde0734a94677be56183f1b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7dc1947cf4d5cac58bde0734a94677be56183f1b)
  • Date: Fri, 24 Apr 2015 22:29:56 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/webkitgtk/BUILD | 1 +
http/webkitgtk/HISTORY | 4 ++++
http/webkitgtk/webkitgtk-2.4.8-gcc5.patch | 20 ++++++++++++++++++++
3 files changed, 25 insertions(+)

New commits:
commit 7dc1947cf4d5cac58bde0734a94677be56183f1b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/webkitgtk: added patch to build with gcc 5.1

diff --git a/http/webkitgtk/BUILD b/http/webkitgtk/BUILD
index c4fdbee..a9a4f14 100755
--- a/http/webkitgtk/BUILD
+++ b/http/webkitgtk/BUILD
@@ -5,4 +5,5 @@ cd graphics/gstreamer &&
sed -i 's/GMutexLocker /WebCore::&/' \
VideoSinkGStreamer.cpp WebKitWebSourceGStreamer.cpp &&
cd ${SOURCE_DIRECTORY} &&
+patch -p0 < $SCRIPT_DIRECTORY/webkitgtk-2.4.8-gcc5.patch &&
default_build
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index bb64fdf..2455eba 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,7 @@
+2015-04-24 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, webkitgtk-2.4.8-gcc5.patch: added patch to build with gcc
5.1,
+ based on ar's patch for Gentoo
+
2015-04-09 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: added fix to build with current glib2 (thanks to the BLFS
instructions), some cleanups/reorganizations
diff --git a/http/webkitgtk/webkitgtk-2.4.8-gcc5.patch
b/http/webkitgtk/webkitgtk-2.4.8-gcc5.patch
new file mode 100644
index 0000000..19522cf
--- /dev/null
+++ b/http/webkitgtk/webkitgtk-2.4.8-gcc5.patch
@@ -0,0 +1,20 @@
+--- configure.orig 2015-04-24 22:46:14.948455952 -0400
++++ configure 2015-04-24 23:03:37.934267065 -0400
+@@ -4890,7 +4890,7 @@
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+-#if !(defined(__GNUC__) && !defined(__clang__) &&
!defined(__INTEL_COMPILER) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 7)
++#if !(defined(__GNUC__) && !defined(__clang__) &&
!defined(__INTEL_COMPILER) && (__GNUC__ >= 5 || __GNUC__ == 4 &&
__GNUC_MINOR__ >= 7))
+ #error Not a supported GCC compiler
+ #endif
+
+@@ -4948,7 +4948,7 @@
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+-#if !(defined(__GNUG__) && defined(__GNUC__) && !defined(__clang__) &&
!defined(__INTEL_COMPILER) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 7)
++#if !(defined(__GNUC__) && !defined(__clang__) &&
!defined(__INTEL_COMPILER) && (__GNUC__ >= 5 || __GNUC__ == 4 &&
__GNUC_MINOR__ >= 7))
+ #error Not a supported G++ compiler
+ #endif
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7dc1947cf4d5cac58bde0734a94677be56183f1b), Pavel Vinogradov, 04/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page