freebsd-ports/lang/rust/files/patch-configure
Vanilla I. Shu ff96836264 Upgrade to 0.4.
PR:		ports/172791
Submitted by:	maintainer
Feature safe:   yes
2012-10-18 07:03:50 +00:00

19 lines
632 B
Text

--- 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"
;;