$NetBSD: patch-ak,v 1.4 2003/11/03 00:56:26 heinz Exp $ --- lib/Mail/SpamAssassin/DBBasedAddrList.pm.orig Sat Mar 29 00:48:07 2003 +++ lib/Mail/SpamAssassin/DBBasedAddrList.pm @@ -5,7 +5,8 @@ use bytes; use Fcntl; # tell AnyDBM_File to prefer DB_File, if possible. -# BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); } +# Pkgsrc: enable following line because BayesStore.pm already broke the rule +BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); } # off until 3.0; there's lots of existing AWLs out there this breaks. use AnyDBM_File;