summaryrefslogtreecommitdiff
path: root/www/webkit-gtk
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2015-09-06 06:56:15 +0000
committerdsainty <dsainty@pkgsrc.org>2015-09-06 06:56:15 +0000
commit49f784bd7ec9baf282432844d9a0fe9a005c39f3 (patch)
tree488f8e5d20a85f0fa332eb687da175aeb8b62a64 /www/webkit-gtk
parentadd4c82b3b1f9e3d28c16535f61643f8a4cc96f4 (diff)
downloadpkgsrc-49f784bd7ec9baf282432844d9a0fe9a005c39f3.tar.gz
Using ld.gold subverts Pkgsrc wrappers. Explicitly disable it.
This package also crashes certain buggy versions of ld.gold. Disabling it fixes build on creaky old Ubuntu systems.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r--www/webkit-gtk/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common
index 539a93dc73c..3e6d07f5feb 100644
--- a/www/webkit-gtk/Makefile.common
+++ b/www/webkit-gtk/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2015/08/15 15:34:32 leot Exp $
+# $NetBSD: Makefile.common,v 1.50 2015/09/06 06:56:15 dsainty Exp $
# used by www/webkit-gtk/Makefile
DISTNAME= webkitgtk-2.8.5
@@ -21,6 +21,10 @@ USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt
# GCC >= 4.8 (for std::this_thread::yield() at least) or Clang >= 3.3
GCC_REQD+= 4.8
+# Using ld.gold subverts Pkgsrc wrappers, and this package also crashes buggy
+# versions of ld.gold.
+CMAKE_ARGS+= -DUSE_LD_GOLD=OFF
+
PKGCONFIG_OVERRIDE+= Source/JavaScriptCore/javascriptcoregtk.pc.in
PKGCONFIG_OVERRIDE+= Source/WebKit2/webkit2gtk.pc.in
PKGCONFIG_OVERRIDE+= Source/WebKit2/webkit2gtk-web-extension.pc.in