diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-04-24 13:46:41 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-04-24 13:46:41 +0000 |
commit | 363f864259d97dcace50b6165d7ed6d7e7349b6a (patch) | |
tree | 7bf15438072007443742108775dda3a86af6e375 /lang/rust/files/patch-configure | |
parent | - Update to 0.10.5 (diff) |
- Update to 0.6
PR: ports/177665
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=316436
Diffstat (limited to 'lang/rust/files/patch-configure')
-rw-r--r-- | lang/rust/files/patch-configure | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/lang/rust/files/patch-configure b/lang/rust/files/patch-configure index da7744e5f074..ba22d3f04a97 100644 --- a/lang/rust/files/patch-configure +++ b/lang/rust/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2012-12-19 07:29:12.000000000 +0800 -+++ configure 2012-12-24 20:52:33.524922231 +0800 -@@ -363,7 +363,6 @@ +--- configure.orig 2013-04-06 12:44:15.918202587 +0800 ++++ configure 2013-04-06 12:45:10.302044128 +0800 +@@ -401,7 +401,6 @@ step_msg "looking for build programs" probe_need CFG_PERL perl @@ -8,7 +8,7 @@ probe_need CFG_PYTHON python2.7 python2.6 python2 python python_version=$($CFG_PYTHON -V 2>&1) -@@ -472,15 +471,6 @@ +@@ -511,15 +510,6 @@ fi fi @@ -24,12 +24,3 @@ if [ -z "$CFG_ENABLE_CLANG" -a -z "$CFG_GCC" ] then err "either clang or gcc is required" -@@ -516,7 +506,7 @@ - | cut -d ' ' -f 2) - - 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) - step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" - CFG_C_COMPILER="clang" - ;; |