freebsd-ports/sysutils/coreutils/files/patch-configure
Li-Wen Hsu cefa076561 From the PR:
- Update to GNU coreutils 6.9
- Eliminate configure warning
- Sort plist

While I am here:
- Remove unsupported checksum algorithm SHA1 and RMD160

PR:		ports/111489
Submitted by:	"Eric P. Scott" <eps+pbug0704 AT ana.com>
Approved by:	Jason Harris <jharris AT widomaker.com> (maintainer)
2007-06-05 09:42:22 +00:00

23 lines
814 B
Text

--- configure.orig Thu Mar 22 14:20:28 2007
+++ configure
@@ -2415,13 +2415,13 @@
for ac_prog in mkdir gmkdir; do
for ac_exec_ext in '' $ac_executable_extensions; do
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
- 'mkdir (GNU coreutils) '* | \
- 'mkdir (coreutils) '* | \
- 'mkdir (fileutils) '4.1*)
- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
- break 3;;
- esac
+# case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+# 'mkdir (GNU coreutils) '* | \
+# 'mkdir (coreutils) '* | \
+# 'mkdir (fileutils) '4.1*)
+# ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
+# break 3;;
+# esac
done
done
done