Skip to Content.
Sympa Menu

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

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 (0b60b2af6f7c686c8d276efd031143981dcd03bc)
  • Date: Fri, 24 Apr 2015 22:50:19 -0500

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

http/webkitgtk/webkitgtk-2.4.8-gcc5.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b60b2af6f7c686c8d276efd031143981dcd03bc
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/webkitgtk/webkitgtk-2.4.8-gcc5.patch: fixed a bad copy&paste

diff --git a/http/webkitgtk/webkitgtk-2.4.8-gcc5.patch
b/http/webkitgtk/webkitgtk-2.4.8-gcc5.patch
index 19522cf..2cda54e 100644
--- a/http/webkitgtk/webkitgtk-2.4.8-gcc5.patch
+++ b/http/webkitgtk/webkitgtk-2.4.8-gcc5.patch
@@ -14,7 +14,7 @@
/* 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))
++#if !(defined(__GNUG__) && 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 (0b60b2af6f7c686c8d276efd031143981dcd03bc), Pavel Vinogradov, 04/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page