diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-28 01:56:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-05-28 01:56:11 +0000 |
commit | 2b27a70865a5dcece899709e58451049429e960e (patch) | |
tree | 5f5675e4cf2a69c108c5b15f77c5fdfdc80b72b0 /editors/ssed | |
parent | bd5cafdfa547606ada15815d4a547fbe0ae2db82 (diff) | |
download | ports-2b27a70865a5dcece899709e58451049429e960e.tar.gz ports-2b27a70865a5dcece899709e58451049429e960e.zip |
Notes
Diffstat (limited to 'editors/ssed')
-rw-r--r-- | editors/ssed/files/patch-configure | 11 |
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) |