pkgsrc-WIP-changes archive

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

webkit-gtk: pass -DCMAKE_BUILD_TYPE=Release to CMAKE_ARGS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun May 14 22:53:16 2017 +0200
Changeset:	1f91433f28443675143f32f0fb982d7d92f579aa

Modified Files:
	webkit-gtk/Makefile

Log Message:
webkit-gtk: pass -DCMAKE_BUILD_TYPE=Release to CMAKE_ARGS

Previously it wasn't turned on by default and lead to the problem previosly
described in TODO. Now it seems that it builds and install correctly but I have
still not tested it, at least via MiniBrowser.

Thanks very much to <wiz> who kindly pointed out:

 <https://bugs.webkit.org/show_bug.cgi?id=135936>

Thank you Thomas!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f91433f28443675143f32f0fb982d7d92f579aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index 723ea27a7a..9a6f4fbee9 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -36,6 +36,7 @@ PKGCONFIG_OVERRIDE+=	Source/JavaScriptCore/javascriptcoregtk.pc.in
 PKGCONFIG_OVERRIDE+=	Source/WebKit2/webkit2gtk.pc.in
 PKGCONFIG_OVERRIDE+=	Source/WebKit2/webkit2gtk-web-extension.pc.in
 
+CMAKE_ARGS+=		-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=		-DPORT=GTK
 CMAKE_ARGS+=		-DENABLE_X11_TARGET=ON
 CMAKE_ARGS+=		-DENABLE_MINIBROWSER=ON


Home | Main Index | Thread Index | Old Index