summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-11-12 14:40:20 +0000
committerjperkin <jperkin@pkgsrc.org>2018-11-12 14:40:20 +0000
commitc3d62f103b9c769bb6945eff24f24bab4a9521a1 (patch)
treee397ee918cfbb840d9b0ed8de94a4ab618a66412 /www
parent1294646d3d2943cb01c2ad4969b077bfabaf42e1 (diff)
downloadpkgsrc-c3d62f103b9c769bb6945eff24f24bab4a9521a1.tar.gz
*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk/Makefile5
-rw-r--r--www/webkit24-gtk/Makefile.common5
2 files changed, 8 insertions, 2 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile
index 5f0b2efb467..9b8ca2cdaea 100644
--- a/www/webkit-gtk/Makefile
+++ b/www/webkit-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2018/11/12 03:51:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.150 2018/11/12 14:40:22 jperkin Exp $
DISTNAME= webkitgtk-2.22.3
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -21,6 +21,9 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++11
USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt
+# Enabling -gdwarf-2 hits GNU ar limits on file size.
+CTF_SUPPORTED= no
+
GCC_REQD+= 6
# Using ld.gold subverts Pkgsrc wrappers, and this package also crashes buggy
diff --git a/www/webkit24-gtk/Makefile.common b/www/webkit24-gtk/Makefile.common
index 75d520a1fcc..7e392efc112 100644
--- a/www/webkit24-gtk/Makefile.common
+++ b/www/webkit24-gtk/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2018/07/03 05:03:42 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2018/11/12 14:40:22 jperkin Exp $
# used by www/webkit24-gtk/Makefile
# used by www/webkit24-gtk3/Makefile
@@ -19,6 +19,9 @@ USE_LIBTOOL= yes
USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt
USE_TOOLS+= msgmerge xgettext
+# Enabling -gdwarf-2 hits GNU ar limits on file size.
+CTF_SUPPORTED= no
+
# GCC >= 4.8 (for std::this_thread::yield() at least) or Clang >= 3.3
GCC_REQD+= 4.8