[102283] trunk/dports/graphics/scantailor/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Tue Jan 29 15:57:10 PST 2013
Revision: 102283
https://trac.macports.org/changeset/102283
Author: jeremyhu at macports.org
Date: 2013-01-29 15:57:10 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
scantailor: Use compiler.blacklist
Modified Paths:
--------------
trunk/dports/graphics/scantailor/Portfile
Modified: trunk/dports/graphics/scantailor/Portfile
===================================================================
--- trunk/dports/graphics/scantailor/Portfile 2013-01-29 23:56:25 UTC (rev 102282)
+++ trunk/dports/graphics/scantailor/Portfile 2013-01-29 23:57:10 UTC (rev 102283)
@@ -38,9 +38,9 @@
}
# scantailor does not build with clang
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
-}
+# TODO: How? I couldn't build it since qt4-mac failed to build --jeremyhu
+compiler.blacklist clang
+
configure.args-append ${qt_cmake_defines}
post-destroot { # create application bundle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/e2c19032/attachment.html>
More information about the macports-changes
mailing list