[102119] trunk/dports/devel/codeblocks/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Jan 27 23:42:31 PST 2013
Revision: 102119
https://trac.macports.org/changeset/102119
Author: jeremyhu at macports.org
Date: 2013-01-27 23:42:31 -0800 (Sun, 27 Jan 2013)
Log Message:
-----------
codeblocks: Use compiler.blacklist
Modified Paths:
--------------
trunk/dports/devel/codeblocks/Portfile
Modified: trunk/dports/devel/codeblocks/Portfile
===================================================================
--- trunk/dports/devel/codeblocks/Portfile 2013-01-28 07:33:52 UTC (rev 102118)
+++ trunk/dports/devel/codeblocks/Portfile 2013-01-28 07:42:31 UTC (rev 102119)
@@ -25,10 +25,13 @@
sha1 b7697f512de69ad731f0febac4b91bb6c605fa57 \
rmd160 a1b4e93f4cc41ae6b7fd955689dae8648f0fd2f9
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
-}
+# wxgtk is not universal
+universal_variant no
+# TODO: Project bug, file upstream report
+# http://trac.macports.org/ticket/35072
+compiler.blacklist clang
+
configure.args --with-contrib-plugins=all
patchfiles patch-HexEditor-HexEditPanel.cpp patch-MouseSap-Makefile.am patch-sdk-configmanager.cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130127/7b6e77a1/attachment.html>
More information about the macports-changes
mailing list