pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/codeblocks codeblocks: Avoid gtk2 dependencies



details:   https://anonhg.NetBSD.org/pkgsrc/rev/391be1c46bf2
branches:  trunk
changeset: 334422:391be1c46bf2
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon May 27 13:21:22 2019 +0000

description:
codeblocks: Avoid gtk2 dependencies

MouseSap and `gtk-notebook' needs gtk2 but including gtk2 bl3 will
lead to runtime problems because the same program could not be
linked with both GTK+ 2.x and GTK+ 3.

diffstat:

 editors/codeblocks/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r dabc0c5f5125 -r 391be1c46bf2 editors/codeblocks/Makefile
--- a/editors/codeblocks/Makefile       Mon May 27 13:07:22 2019 +0000
+++ b/editors/codeblocks/Makefile       Mon May 27 13:21:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/11/14 22:21:21 kleink Exp $
+# $NetBSD: Makefile,v 1.13 2019/05/27 13:21:22 leot Exp $
 #
 
 DISTNAME=      codeblocks_16.01
@@ -18,7 +18,8 @@
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES= c c++11
 
-CONFIGURE_ARGS+=       --with-contrib-plugins=AutoVersioning,BrowseTracker,byogames,cbkoders,codesnippets,codestat,dragscroll,envvars,help,keybinder,libfinder,profiler,regex,exporter,symtab
+CONFIGURE_ARGS+=       --disable-gtk-notebook
+CONFIGURE_ARGS+=       --with-contrib-plugins=AutoVersioning,BrowseTracker,-MouseSap,byogames,cbkoders,codesnippets,codestat,dragscroll,envvars,help,keybinder,libfinder,profiler,regex,exporter,symtab
 # wxsmith makes error in build process
 
 CXXFLAGS.Linux+=       -std=c++11



Home | Main Index | Thread Index | Old Index