X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fnetbsd.sh;h=07c6099e28a096aeb13f806b2470625693259b27;hb=c48e04e60e0b6832c6f967240cc478d08e77d54f;hp=02d730fa0a9b1a74d700eef20d337e52c6d6a182;hpb=0a8c84970ed40ea8edae407334b845cdf5015c50;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 02d730f..07c6099 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -174,3 +174,8 @@ EOF ;; esac +# NetBSD/sparc 1.5.3/1.6.1 dumps core in the semid_ds test of Configure. +case `uname -m` in +sparc) d_semctl_semid_ds=undef ;; +esac +