[110771] trunk/dports/devel/codeblocks/Portfile

mojca at macports.org mojca at macports.org
Thu Sep 5 08:16:17 PDT 2013


Revision: 110771
          https://trac.macports.org/changeset/110771
Author:   mojca at macports.org
Date:     2013-09-05 08:16:17 -0700 (Thu, 05 Sep 2013)
Log Message:
-----------
codeblocks: wrong position of patch for -lfontconfig

Modified Paths:
--------------
    trunk/dports/devel/codeblocks/Portfile

Modified: trunk/dports/devel/codeblocks/Portfile
===================================================================
--- trunk/dports/devel/codeblocks/Portfile	2013-09-05 15:14:33 UTC (rev 110770)
+++ trunk/dports/devel/codeblocks/Portfile	2013-09-05 15:16:17 UTC (rev 110771)
@@ -109,7 +109,6 @@
 
 variant wxwidgets28 conflicts wxgtk28 description {Use 32-bit Carbon-based wxWidgets 2.8} {
     wxWidgets.use           wxWidgets-2.8
-    patchfiles-append       patch-src-plugins-contrib-source_exporter-Makefile.diff
     depends_lib-append      port:${wxWidgets.port}
     # NassiShneiderman seems to be broken (http://trac.macports.org/ticket/40389)
     configure.args-append   --with-wxdir=${wxWidgets.wxdir} \
@@ -121,6 +120,7 @@
 }
 variant wxgtk28 conflicts wxwidgets28 description {Use wxWidgets 2.8 with GTK} {
     wxWidgets.use           wxGTK-2.8
+    patchfiles-append       patch-src-plugins-contrib-source_exporter-Makefile.diff
     # TODO: someone needs to do a careful check of this list of dependencies
     # codeblocks ends up linking against these, but it is quite possible that:
     # - some of them are also needed when liking against Carbon/Cocoa-based wxWidgets
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130905/857764f5/attachment.html>


More information about the macports-changes mailing list