pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/codeblocks
Module Name: pkgsrc
Committed By: leot
Date: Mon May 27 13:21:23 UTC 2019
Modified Files:
pkgsrc/editors/codeblocks: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/codeblocks/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/codeblocks/Makefile
diff -u pkgsrc/editors/codeblocks/Makefile:1.12 pkgsrc/editors/codeblocks/Makefile:1.13
--- pkgsrc/editors/codeblocks/Makefile:1.12 Wed Nov 14 22:21:21 2018
+++ pkgsrc/editors/codeblocks/Makefile Mon May 27 13:21:22 2019
@@ -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_LIBTOOL= yes
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