$NetBSD: patch-ak,v 1.5 2003/12/27 19:16:04 heinz Exp $

--- lib/Mail/SpamAssassin/DBBasedAddrList.pm.orig	Wed Nov 12 08:31:18 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;
