From 2b27a70865a5dcece899709e58451049429e960e Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Sat, 28 May 2005 01:56:11 +0000 Subject: Fix build on 5.x by making configure see that our mkdir works. configure (incorrectly) detected that mkdir on 5 was broken, however the workaround it would try to use was even more broken. Approved by: clement (mentor, implicit) --- editors/ssed/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/ssed/files/patch-configure (limited to 'editors') diff --git a/editors/ssed/files/patch-configure b/editors/ssed/files/patch-configure new file mode 100644 index 000000000000..718b9d368f7b --- /dev/null +++ b/editors/ssed/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Feb 9 04:31:24 2005 ++++ configure Sat May 28 00:24:01 2005 +@@ -1508,7 +1508,7 @@ + echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + fi + +-if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then ++if (mkdir -p --version . >/dev/null 2>&1; test ! -d ./--version); then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) -- cgit v1.2.3