X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fdarwin.sh;h=ffca869c9ce8e2d9c2d3bf87ac3c2d998bafba6c;hb=102b13d314016f7ec14c00406088a88475fe52db;hp=3e1c6034f9df3a4f58804c1ebde0c0e07710a473;hpb=e39a9d84ad1bc6fb197298c9cc46327914add09c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/darwin.sh b/hints/darwin.sh index 3e1c603..ffca869 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -217,16 +217,21 @@ EOM *** Perl 64-bit addressing support is experimental for Mac OS X -*** 10.4 ("Tiger") and Darwin version 8. Expect a number of test -*** failures: -*** ext/IO/io_* ext/IPC/sysV/t/* lib/Net/Ping/t/450_service -*** Any test that uses sdbm +*** 10.4 ("Tiger") and Darwin version 8. System V IPC is disabled +*** due to problems with the 64-bit versions of msgctl, semctl, +*** and shmctl. You should also expect the following test failures: +*** +*** ext/threads/shared/t/wait (threaded builds only) EOM for var in ccflags cppflags ld ldflags do eval $var="\$${var}\ -arch\ ppc64" done + + [ "$d_msgctl" ] || d_msgctl='undef' + [ "$d_semctl" ] || d_semctl='undef' + [ "$d_shmctl" ] || d_shmctl='undef' ;; esac fi