summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordsainty <dsainty>2015-09-06 06:56:15 +0000
committerdsainty <dsainty>2015-09-06 06:56:15 +0000
commit138492c54329295d1bcaf6f82ead35e56f7cfeb4 (patch)
tree488f8e5d20a85f0fa332eb687da175aeb8b62a64 /www
parente814c17d37d3821d1f6b9151941333df43861826 (diff)
downloadpkgsrc-138492c54329295d1bcaf6f82ead35e56f7cfeb4.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')
-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