From a7fe5ec546ad1fe2709ec42c7d6fcf2cfe40459d Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 23 Jan 2012 16:07:04 +0000 Subject: Add rust 0.1, a language with a focus on memory safety and concurrency. PR: ports/164366 Submitted by: Jyun-Yan You --- lang/rust/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lang/rust/files/patch-configure (limited to 'lang/rust/files/patch-configure') diff --git a/lang/rust/files/patch-configure b/lang/rust/files/patch-configure new file mode 100644 index 000000000000..f12475d8b42e --- /dev/null +++ b/lang/rust/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2012-01-22 04:29:36.401802685 +0800 ++++ configure 2012-01-22 11:40:28.231803897 +0800 +@@ -281,7 +281,6 @@ + + probe_need CFG_PERL perl + probe_need CFG_PYTHON python python2.6 python2 python3 +-probe_need CFG_CURL curl + + probe CFG_GIT git + probe CFG_CLANG clang++ +@@ -340,7 +339,8 @@ + CFG_CLANG_VERSION=$("$CFG_CLANG" \ + --version \ + | grep version \ +- | cut -d ' ' -f 3) ++ | sed 's/.*\(version .*\)/\1/' \ ++ | cut -d ' ' -f 2) + + case $CFG_CLANG_VERSION in + (3.0svn | 3.0 | 3.1) -- cgit v1.2.3