summaryrefslogtreecommitdiff
path: root/lang/rust/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust/files/patch-configure')
-rw-r--r--lang/rust/files/patch-configure19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/rust/files/patch-configure b/lang/rust/files/patch-configure
new file mode 100644
index 000000000000..d106116a908d
--- /dev/null
+++ b/lang/rust/files/patch-configure
@@ -0,0 +1,19 @@
+--- configure.orig 2012-10-16 22:28:10.833921513 +0800
++++ configure 2012-10-16 22:30:18.122921502 +0800
+@@ -312,7 +312,6 @@
+ step_msg "looking for build programs"
+
+ probe_need CFG_PERL perl
+-probe_need CFG_CURL curl
+ probe_need CFG_PYTHON python2.7 python2.6 python2 python
+
+ python_version=$($CFG_PYTHON -V 2>&1)
+@@ -451,7 +450,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"
+ ;;