e3fd9ebdb9
using compression based solely on free algorithms provided by zlib. It also provides a functionality to overlay the archive filesystem with the filesystem of the operating system environment. help and ok merdely@
13 lines
561 B
Plaintext
13 lines
561 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2007/12/10 21:22:48 eric Exp $
|
|
--- configure.orig Fri Dec 7 17:55:08 2007
|
|
+++ configure Fri Dec 7 17:59:23 2007
|
|
@@ -24686,7 +24686,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
|
ac_status=$?
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
- ac_cv_cflags_no_writable_strings=`echo $ac_arg | -e 's,.*% *,,'` ; break
|
|
+ ac_cv_cflags_no_writable_strings=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|