projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2fad75a
)
Hint away the semid_ds test in NetBSD/sparc.
Jarkko Hietaniemi [Thu, 7 Aug 2003 15:45:03 +0000 (15:45 +0000)]
p4raw-id: //depot/perl@20552
hints/netbsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/netbsd.sh
b/hints/netbsd.sh
index
02d730f
..
07c6099
100644
(file)
--- 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
+