2012-03-29 02:19:12 -04:00
|
|
|
$OpenBSD: patch-Configure,v 1.16 2012/03/29 06:19:12 ajacoutot Exp $
|
|
|
|
--- Configure.orig Sun Sep 11 16:28:07 2011
|
|
|
|
+++ Configure Thu Mar 29 08:10:00 2012
|
|
|
|
@@ -358,7 +358,7 @@ d_open3=''
|
|
|
|
d_pause=''
|
2007-01-07 13:25:43 -05:00
|
|
|
d_poll=''
|
2012-03-29 02:19:12 -04:00
|
|
|
d_popen=''
|
2004-04-09 06:20:47 -04:00
|
|
|
-d_portable=''
|
|
|
|
+d_portable='define'
|
2007-09-02 13:02:10 -04:00
|
|
|
d_posix_fadvise=''
|
2007-01-07 13:25:43 -05:00
|
|
|
d_posix_memalign=''
|
|
|
|
d_pread=''
|
2012-03-29 02:19:12 -04:00
|
|
|
@@ -1182,7 +1182,7 @@ for file in $*; do
|
2004-05-15 10:35:01 -04:00
|
|
|
dir=`expr X$file : 'X\(.*\)/'`
|
|
|
|
file=`expr X$file : 'X.*/\(.*\)'`
|
2004-09-20 16:12:11 -04:00
|
|
|
./mkdirp $dir
|
|
|
|
- sh <"$SRC/$dir/$file"
|
2004-05-15 10:35:01 -04:00
|
|
|
+ cd $dir && sh $SRC/$dir/$file
|
|
|
|
;;
|
|
|
|
*)
|
2004-09-20 16:12:11 -04:00
|
|
|
sh <"$SRC/$file"
|
2012-03-29 02:19:12 -04:00
|
|
|
@@ -4580,7 +4580,7 @@ case "$d_dbus" in
|
2010-03-20 13:02:07 -04:00
|
|
|
echo "(I'll use '$dbusconfig' to gather that information.)" >&4
|
2007-01-07 13:25:43 -05:00
|
|
|
|
2009-04-27 07:57:18 -04:00
|
|
|
: Make sure we have a good enough version
|
2007-09-02 13:02:10 -04:00
|
|
|
- version=`$dbusconfig $modver`
|
|
|
|
+ version=``
|
|
|
|
case "$version" in
|
|
|
|
'') ;;
|
|
|
|
*)
|
2012-03-29 02:19:12 -04:00
|
|
|
@@ -10341,15 +10341,6 @@ If you'd like to make any changes to the config.sh fil
|
2004-04-09 06:20:47 -04:00
|
|
|
to configure things, do it as a shell escape now (e.g. !vi config.sh).
|
|
|
|
|
|
|
|
EOM
|
|
|
|
- rp="Press return or use a shell escape to edit config.sh:"
|
|
|
|
- . UU/myread
|
|
|
|
- nostick=''
|
|
|
|
- case "$ans" in
|
|
|
|
- '') ;;
|
|
|
|
- *) : in case they cannot read
|
|
|
|
- sh 1>&4 -c "$ans";;
|
|
|
|
- esac
|
|
|
|
- ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
: if this fails, just run all the .SH files by hand
|