[86473] trunk/dports/archivers/libpar2/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Oct 26 05:53:22 PDT 2011
Revision: 86473
http://trac.macports.org/changeset/86473
Author: ryandesign at macports.org
Date: 2011-10-26 05:53:19 -0700 (Wed, 26 Oct 2011)
Log Message:
-----------
libpar2: use llvm-gcc-4.2 instead of clang; see #31667
Modified Paths:
--------------
trunk/dports/archivers/libpar2/Portfile
Modified: trunk/dports/archivers/libpar2/Portfile
===================================================================
--- trunk/dports/archivers/libpar2/Portfile 2011-10-26 12:20:25 UTC (rev 86472)
+++ trunk/dports/archivers/libpar2/Portfile 2011-10-26 12:53:19 UTC (rev 86473)
@@ -24,6 +24,10 @@
depends_lib port:libsigcxx2
depends_build port:pkgconfig
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
use_parallel_build yes
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111026/c59cd776/attachment.html>
More information about the macports-changes
mailing list