summaryrefslogtreecommitdiff
path: root/lang/rust/files/patch-configure
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2012-10-18 07:03:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2012-10-18 07:03:50 +0000
commitff96836264c085389eb8ca6b70baf36dd474f890 (patch)
treead76ad7a7548da50028bfeada4a395729d8fe19d /lang/rust/files/patch-configure
parent- Update to 2.4.10.1 (diff)
Upgrade to 0.4.
PR: ports/172791 Submitted by: maintainer Feature safe: yes
Notes
Notes: svn path=/head/; revision=306053
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"
+ ;;