pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/webkit-gtk Use --disable-fast-malloc on SunOS x86_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b48ee20773c9
branches:  trunk
changeset: 629523:b48ee20773c9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jan 22 15:21:23 2014 +0000

description:
Use --disable-fast-malloc on SunOS x86_64, it doesn't work right now.

diffstat:

 www/webkit-gtk/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1de535ba7982 -r b48ee20773c9 www/webkit-gtk/Makefile.common
--- a/www/webkit-gtk/Makefile.common    Wed Jan 22 14:13:04 2014 +0000
+++ b/www/webkit-gtk/Makefile.common    Wed Jan 22 15:21:23 2014 +0000
@@ -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+=     -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



Home | Main Index | Thread Index | Old Index