X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fopenbsd.sh;h=e4b1360d9ad861c02d37938acda43d860d909c8e;hb=38cabd2daffcdb193c3134c3eb36b7ceaa4ca051;hp=b7f4d794e8a2089d4201a28e48c5f98f6a30212d;hpb=cde164536693acd1d43df2720603245542e0ff9b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/openbsd.sh b/hints/openbsd.sh index b7f4d79..e4b1360 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -118,8 +118,8 @@ $define|true|[yY]*) ;; esac case "$osvers" in - [012].*|3.[0-5]) - # Broken at least up to OpenBSD 3.5, we'll see about 3.6 + [012].*|3.[0-6]) + # Broken at least up to OpenBSD 3.6, we'll see about 3.7 d_getservbyname_r=$undef ;; esac esac @@ -134,7 +134,7 @@ $define|true|[yY]*) echo "Checking if your C library has broken 64-bit functions..." >&4 $cat >check.c < -typedef unsigned long long myULL; +typedef $uquadtype myULL; int main (void) { struct { @@ -174,7 +174,9 @@ EOCP *** You have a C library with broken 64-bit functions. *** 64-bit support does not work reliably in this configuration. +*** Please rerun Configure without -Duse64bitint and/or -Dusemorebits. *** Cannot continue, aborting. + EOM exit 1 ;;