pkgsrc/lang/perl5/files/cpan-DB_File-hints-netbsd.pl
brook 21e80ae392 The CPAN module DB_File tries to link against -ldb, but NetBSD does not
provide a separate library so compilation fails.  Add a hints file to
correct the list of libraries used on NetBSD.
2011-09-17 18:51:35 +00:00

6 lines
173 B
Perl

# $NetBSD: cpan-DB_File-hints-netbsd.pl,v 1.1 2011/09/17 18:51:36 brook Exp $
# cpan/DB_File:
# NetBSD does not provide -ldb, so avoid linking to it
$self->{LIBS} = [''];