[103870] users/larryv/dports/lang/rust/files/patch-configure.diff

larryv at macports.org larryv at macports.org
Sat Mar 9 00:00:17 PST 2013


Revision: 103870
          https://trac.macports.org/changeset/103870
Author:   larryv at macports.org
Date:     2013-03-09 00:00:16 -0800 (Sat, 09 Mar 2013)
Log Message:
-----------
[sandbox] rust: Make configure script accept all 3.x and 4.x clang.

Modified Paths:
--------------
    users/larryv/dports/lang/rust/files/patch-configure.diff

Modified: users/larryv/dports/lang/rust/files/patch-configure.diff
===================================================================
--- users/larryv/dports/lang/rust/files/patch-configure.diff	2013-03-09 07:54:22 UTC (rev 103869)
+++ users/larryv/dports/lang/rust/files/patch-configure.diff	2013-03-09 08:00:16 UTC (rev 103870)
@@ -1,5 +1,5 @@
 --- configure.orig	2012-12-18 18:29:12.000000000 -0500
-+++ configure	2013-03-08 20:04:05.000000000 -0500
++++ configure	2013-03-09 02:52:45.000000000 -0500
 @@ -234,17 +234,7 @@
  msg "inspecting environment"
  
@@ -37,7 +37,7 @@
  
      case $CFG_CLANG_VERSION in
 -        (3.0svn | 3.0 | 3.1 | 4.0 | 4.1)
-+        (3.0svn | 3.0 | 3.1 | 3.2 | 4.0 | 4.1)
++        (3.0svn | 3.? | 4.?)
          step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
          CFG_C_COMPILER="clang"
          ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130309/ab6f5222/attachment.html>


More information about the macports-changes mailing list