summaryrefslogtreecommitdiff
path: root/editors/ssed
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-05-28 01:56:11 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-05-28 01:56:11 +0000
commit2b27a70865a5dcece899709e58451049429e960e (patch)
tree5f5675e4cf2a69c108c5b15f77c5fdfdc80b72b0 /editors/ssed
parentAdd CONFLICTS (devel/icu and devel/icu2 conflicts). (diff)
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)
Notes
Notes: svn path=/head/; revision=136312
Diffstat (limited to 'editors/ssed')
-rw-r--r--editors/ssed/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
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)