[88366] trunk/dports/devel/gdb/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 29 11:30:33 PST 2011


Revision: 88366
          http://trac.macports.org/changeset/88366
Author:   ryandesign at macports.org
Date:     2011-12-29 11:30:33 -0800 (Thu, 29 Dec 2011)
Log Message:
-----------
gdb: use llvm-gcc-4.2 instead of clang; see #32161

Modified Paths:
--------------
    trunk/dports/devel/gdb/Portfile

Modified: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile	2011-12-29 19:28:35 UTC (rev 88365)
+++ trunk/dports/devel/gdb/Portfile	2011-12-29 19:30:33 UTC (rev 88366)
@@ -36,6 +36,9 @@
 
 depends_build   port:gettext
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
 
 if {${configure.build_arch} == "ppc" || ${configure.build_arch} == "ppc64"} {
     notes "${name} does not support building on ${configure.build_arch}."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111229/3d080594/attachment.html>


More information about the macports-changes mailing list