[90911] trunk/dports/textproc/libplist/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 17 22:40:09 PDT 2012


Revision: 90911
          https://trac.macports.org/changeset/90911
Author:   ryandesign at macports.org
Date:     2012-03-17 22:40:06 -0700 (Sat, 17 Mar 2012)
Log Message:
-----------
libplist: use llvm-gcc-4.2 instead of clang; see #33431

Modified Paths:
--------------
    trunk/dports/textproc/libplist/Portfile

Modified: trunk/dports/textproc/libplist/Portfile
===================================================================
--- trunk/dports/textproc/libplist/Portfile	2012-03-18 05:12:36 UTC (rev 90910)
+++ trunk/dports/textproc/libplist/Portfile	2012-03-18 05:40:06 UTC (rev 90911)
@@ -21,6 +21,11 @@
                     sha1    dea18ac31cc497dba959bdb459a2a49fb41664c3 \
                     rmd160  b8da55db4bec34e4c8b9126da0ea46e79f36ccf1
 
+# error: non-void function '...' should return a value [-Wreturn-type]
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 use_parallel_build  no
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120317/661a71d6/attachment.html>


More information about the macports-changes mailing list