pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: Bump GCC_REQD according checks in CMakeLists.txt



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Sep 30 00:45:09 2018 +0200
Changeset:	2bcc619af1f62f6e67128a191fd2d50b1578baff

Modified Files:
	webkit-gtk/Makefile
	webkit-gtk/buildlink3.mk

Log Message:
webkit-gtk: Bump GCC_REQD according checks in CMakeLists.txt

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bcc619af1f62f6e67128a191fd2d50b1578baff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/Makefile      | 2 +-
 webkit-gtk/buildlink3.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index a118e71a0e..dfa9b37eb7 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -21,7 +21,7 @@ USE_LANGUAGES=	c c++11
 #USE_LIBTOOL=	yes
 USE_TOOLS+=	automake bison gmake perl:build pkg-config msgfmt
 
-GCC_REQD+=	5.0
+GCC_REQD+=	6.0
 
 # Using ld.gold subverts Pkgsrc wrappers, and this package also crashes buggy
 # versions of ld.gold.
diff --git a/webkit-gtk/buildlink3.mk b/webkit-gtk/buildlink3.mk
index 8788d48da8..975701ad0e 100644
--- a/webkit-gtk/buildlink3.mk
+++ b/webkit-gtk/buildlink3.mk
@@ -10,7 +10,7 @@ BUILDLINK_ABI_DEPENDS.webkit-gtk?=	webkit-gtk>=2.20.3nb1
 BUILDLINK_PKGSRCDIR.webkit-gtk?=	../../wip/webkit-gtk
 
 # This is necessary to match the package requirement.
-GCC_REQD+=	5.0
+GCC_REQD+=	6.0
 
 pkgbase := webkit-gtk
 .include "../../mk/pkg-build-options.mk"


Home | Main Index | Thread Index | Old Index