pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/webkit-gtk
Module Name: pkgsrc
Committed By: leot
Date: Mon May 20 11:46:57 UTC 2019
Modified Files:
pkgsrc/www/webkit-gtk: Makefile
Log Message:
webkit-gtk: Add a reference to CMakeLists.txt for GCC_REQD
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/www/webkit-gtk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/webkit-gtk/Makefile
diff -u pkgsrc/www/webkit-gtk/Makefile:1.166 pkgsrc/www/webkit-gtk/Makefile:1.167
--- pkgsrc/www/webkit-gtk/Makefile:1.166 Mon May 20 11:23:48 2019
+++ pkgsrc/www/webkit-gtk/Makefile Mon May 20 11:46:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2019/05/20 11:23:48 leot Exp $
+# $NetBSD: Makefile,v 1.167 2019/05/20 11:46:57 leot Exp $
DISTNAME= webkitgtk-2.24.2
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -23,6 +23,7 @@ USE_TOOLS+= automake bison flex gmake pe
# Enabling -gdwarf-2 hits GNU ar limits on file size.
CTF_SUPPORTED= no
+# GCC >= 6.0.0 is required, checked via CMakeLists.txt
GCC_REQD+= 6
USE_GCC_RUNTIME= yes
Home |
Main Index |
Thread Index |
Old Index