[87162] trunk/dports/lang/ruby19/Portfile

kimuraw at macports.org kimuraw at macports.org
Sat Nov 12 09:28:31 PST 2011


Revision: 87162
          http://trac.macports.org/changeset/87162
Author:   kimuraw at macports.org
Date:     2011-11-12 09:28:26 -0800 (Sat, 12 Nov 2011)
Log Message:
-----------
lang/ruby19: correct compiler selection.

Modified Paths:
--------------
    trunk/dports/lang/ruby19/Portfile

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2011-11-12 16:44:41 UTC (rev 87161)
+++ trunk/dports/lang/ruby19/Portfile	2011-11-12 17:28:26 UTC (rev 87162)
@@ -4,7 +4,7 @@
 
 name				ruby19
 version				1.9.3-p0
-revision			0
+revision			1
 
 categories			lang ruby
 maintainers			kimuraw openmaintainer
@@ -51,15 +51,7 @@
 # http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/NEWS
 # http://redmine.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
 if {${configure.compiler} == "llvm-gcc-4.2"} {
-    if {[vercmp $xcodeversion 4.2] >= 0} {
-		configure.compiler clang
-	else
-		configure.compiler gcc-4.2
-		if {![file executable ${configure.cc}]} {
-			depends_build-append port:apple-gcc42
-			configure.compiler apple-gcc-4.2
-		}
-	}
+	configure.compiler clang
 }
 
 configure.args		--enable-shared \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111112/e470f716/attachment.html>


More information about the macports-changes mailing list