From 5d3da8cf47c214d428157433e86ac6c5788088c5 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 8 May 2016 17:41:52 +0000 Subject: devel/codeblocks: 13.12 -> 16.01 - Changes: http://www.codeblocks.org/downloads/binaries/changelog - submitter re-takes maintainer PR: 209377 Submitted by: lbartoletti@tuxfamily.org --- .../patch-src_plugins_contrib_wxContribItems_Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/codeblocks/files/patch-src_plugins_contrib_wxContribItems_Makefile.in (limited to 'devel/codeblocks/files/patch-src_plugins_contrib_wxContribItems_Makefile.in') diff --git a/devel/codeblocks/files/patch-src_plugins_contrib_wxContribItems_Makefile.in b/devel/codeblocks/files/patch-src_plugins_contrib_wxContribItems_Makefile.in new file mode 100644 index 000000000000..1e90a482a7d9 --- /dev/null +++ b/devel/codeblocks/files/patch-src_plugins_contrib_wxContribItems_Makefile.in @@ -0,0 +1,11 @@ +--- src/plugins/contrib/wxContribItems/Makefile.in.orig 2016-05-06 22:22:44 UTC ++++ src/plugins/contrib/wxContribItems/Makefile.in +@@ -444,7 +444,7 @@ top_srcdir = @top_srcdir@ + @HAVE_WX29_TRUE@TREELIST_DIST = $(srcdir)/wxTreeList/src/treelistctrl.cpp $(srcdir)/wxTreeList/include/wx/treelistctrl.h + SUBDIRS = wxchart wxFlatNotebook wxthings wxImagePanel wxSpeedButton KWIC $(TREELIST_DIR) wxled wxmathplot . + EXTRA_DIST = $(srcdir)/*.cbp $(TREELIST_DIST) +-pkgconfigdir = $(prefix)/libdata/pkgconfig ++pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig + pkgconfig_DATA = wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc $(TREELIST_PC) cb_wxled.pc cb_wxmathplot.pc + all: all-recursive + -- cgit v1.2.3