[93350] trunk/dports/archivers/libpar2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun May 20 10:44:03 PDT 2012


Revision: 93350
          https://trac.macports.org/changeset/93350
Author:   jeremyhu at macports.org
Date:     2012-05-20 10:44:03 -0700 (Sun, 20 May 2012)
Log Message:
-----------
libpar2: Revert the previous change, blacklisting clang (still not using the 2.1 API for that since it hasn't been out long enough)

Modified Paths:
--------------
    trunk/dports/archivers/libpar2/Portfile

Modified: trunk/dports/archivers/libpar2/Portfile
===================================================================
--- trunk/dports/archivers/libpar2/Portfile	2012-05-20 17:33:23 UTC (rev 93349)
+++ trunk/dports/archivers/libpar2/Portfile	2012-05-20 17:44:03 UTC (rev 93350)
@@ -5,6 +5,7 @@
 
 name            libpar2
 version         0.2
+revision        1
 categories      archivers
 license         GPL-2+
 maintainers     alum.wpi.edu:arno+macports openmaintainer
@@ -24,6 +25,12 @@
 depends_lib     port:libsigcxx2
 depends_build   port:pkgconfig
 
+# clang++ produces code that does not pass par2's 'make check'
+# par2 and libpar2 share code, so it's highly expected that
+# libpar2 is bad as well. #31667
+if {[string match "*clang*" ${configure.compiler}]} { 
+    configure.compiler llvm-gcc-4.2 
+} 
 
 use_parallel_build  yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/f80d13fe/attachment.html>


More information about the macports-changes mailing list