#43367: codeblocks-13.12 fails -----------------------------+--------------------- Reporter: iain.a.brown@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: codeblocks | -----------------------------+--------------------- Comment (by mojca@…): A pure speculation and an ugly workaround would be the following replacement for `patch-src-plugins-contrib-source_exporter-Makefile.diff`: {{{ --- src/plugins/contrib/source_exporter/Makefile.in.orig +++ src/plugins/contrib/source_exporter/Makefile.in @@ -398,7 +398,7 @@ AM_CPPFLAGS = $(WX_CXXFLAGS) \ pluginlibdir = $(pkglibdir)/plugins pluginlib_LTLIBRARIES = libexporter.la -libexporter_la_LDFLAGS = -module -version-info 0:1:0 -shared -no- undefined -avoid-version +libexporter_la_LDFLAGS = -module -version-info 0:1:0 -shared -no- undefined -avoid-version -lfontconfig libexporter_la_LIBADD = ../../../sdk/libcodeblocks.la \ wxPdfDocument/libwxPdfDocument.la \ $(WX_LIBS) $(CB_FONTCONFIG_LIBS) }}} But I see that there's a new flag `CB_FONTCONFIG_LIBS`. I need a bit more testing. -- Ticket URL: <https://trac.macports.org/ticket/43367#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X