pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
webkit-gtk: Pass -DUSE_SYSTEM_MALLOC=ON uncoditionally
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Tue May 23 11:29:38 2017 +0200
Changeset: 9c2fce692b372212caae11d377b4e9ebcacd58ec
Modified Files:
webkit-gtk/Makefile
Log Message:
webkit-gtk: Pass -DUSE_SYSTEM_MALLOC=ON uncoditionally
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c2fce692b372212caae11d377b4e9ebcacd58ec
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
webkit-gtk/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index e6976c43b9..faee2991ef 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -42,6 +42,7 @@ CMAKE_ARGS+= -DENABLE_X11_TARGET=ON
CMAKE_ARGS+= -DENABLE_MINIBROWSER=ON
CMAKE_ARGS+= -DENABLE_GEOLOCATION=OFF
CMAKE_ARGS+= -DUSE_LIBHYPHEN=OFF
+CMAKE_ARGS+= -DUSE_SYSTEM_MALLOC=ON
REPLACE_PERL+= Source/JavaScriptCore/create_hash_table \
Source/WebCore/bindings/scripts/*.pl \
@@ -70,10 +71,6 @@ CXXFLAGS.SunOS+= -fpermissive
CXXFLAGS+= -Wno-c++11-narrowing
.endif
-.if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64) || !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*)
-CMAKE_ARGS+= -DUSE_SYSTEM_MALLOC=ON
-.endif
-
.include "options.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1
Home |
Main Index |
Thread Index |
Old Index