[Midnightbsd-cvs] mports [19474] trunk/www/webkit-gtk2: minor patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 10 19:03:10 EDT 2015
Revision: 19474
http://svnweb.midnightbsd.org/mports/?rev=19474
Author: laffer1
Date: 2015-06-10 19:03:10 -0400 (Wed, 10 Jun 2015)
Log Message:
-----------
minor patch
Modified Paths:
--------------
trunk/www/webkit-gtk2/Makefile
Added Paths:
-----------
trunk/www/webkit-gtk2/files/patch-configure
Modified: trunk/www/webkit-gtk2/Makefile
===================================================================
--- trunk/www/webkit-gtk2/Makefile 2015-06-10 23:02:34 UTC (rev 19473)
+++ trunk/www/webkit-gtk2/Makefile 2015-06-10 23:03:10 UTC (rev 19474)
@@ -9,7 +9,7 @@
DISTNAME= ${PORTNAME}gtk-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Opensource browser engine
+COMMENT= Opensource browser engine using the GTK+ 2 toolkit
LICENSE= lgpl
Added: trunk/www/webkit-gtk2/files/patch-configure
===================================================================
--- trunk/www/webkit-gtk2/files/patch-configure (rev 0)
+++ trunk/www/webkit-gtk2/files/patch-configure 2015-06-10 23:03:10 UTC (rev 19474)
@@ -0,0 +1,20 @@
+--- configure.orig 2015-01-07 09:47:51 UTC
++++ configure
+@@ -4890,7 +4890,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 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__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 7)))
+ #error Not a supported GCC compiler
+ #endif
+
+@@ -4948,7 +4948,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+ 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(__GNUG__) && defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 7)))
+ #error Not a supported G++ compiler
+ #endif
+
Property changes on: trunk/www/webkit-gtk2/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list