summaryrefslogtreecommitdiff
path: root/www/webkit-gtk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-01-22 15:21:23 +0000
committerjperkin <jperkin@pkgsrc.org>2014-01-22 15:21:23 +0000
commit10881bc1cb5ddbdc9cb235cebd0a5aa3a3dd66ce (patch)
tree1266aae3c5f1e5b7ccb8a03ad7ce81c683111d03 /www/webkit-gtk
parent1221d14c8799652905c6adc94fd9d20311417184 (diff)
downloadpkgsrc-10881bc1cb5ddbdc9cb235cebd0a5aa3a3dd66ce.tar.gz
Use --disable-fast-malloc on SunOS x86_64, it doesn't work right now.
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 40317b848c3..5ebe7efdf65 100644
--- a/www/webkit-gtk/Makefile.common
+++ b/www/webkit-gtk/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2013/12/11 07:56:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.29 2014/01/22 15:21:23 jperkin Exp $
# used by www/webkit-gtk/Makefile
# used by www/webkit-gtk3/Makefile
@@ -53,6 +53,10 @@ CXXFLAGS.SunOS+= -fpermissive
CXXFLAGS+= -std=c++11 -Wno-c++11-narrowing
.endif
+.if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64)
+CONFIGURE_ARGS+= --disable-fast-malloc
+.endif
+
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.5