summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
Diffstat (limited to 'hints')
-rw-r--r--hints/netbsd.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 02d730fa0a..07c6099e28 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
+