Change 20552 by [EMAIL PROTECTED] on 2003/08/07 15:45:03

        Hint away the semid_ds test in NetBSD/sparc.

Affected files ...

... //depot/perl/hints/netbsd.sh#28 edit

Differences ...

==== //depot/perl/hints/netbsd.sh#28 (text) ====
Index: perl/hints/netbsd.sh
--- perl/hints/netbsd.sh#27~20544~      Thu Aug  7 07:25:25 2003
+++ perl/hints/netbsd.sh        Thu Aug  7 08:45:03 2003
@@ -174,3 +174,8 @@
     ;;
 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
+
End of Patch.

Reply via email to