summaryrefslogtreecommitdiff
path: root/lang/perl5/files
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-01-24 16:37:19 +0000
committerryoon <ryoon@pkgsrc.org>2014-01-24 16:37:19 +0000
commit07b91c87665062450b9c4d9b68630cb7919f582a (patch)
treef16977721d1f1098238bccf682aa90e54532c225 /lang/perl5/files
parent8565a9b3f16e115cbfcc08b2a97eb06f1d159eb9 (diff)
downloadpkgsrc-07b91c87665062450b9c4d9b68630cb7919f582a.tar.gz
Fix OpenBSD 5.3 build and supress warning under OpenBSD 5.4
* OpenBSD has no libdb like NetBSD
Diffstat (limited to 'lang/perl5/files')
-rw-r--r--lang/perl5/files/cpan-DB_File-hints-openbsd.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/perl5/files/cpan-DB_File-hints-openbsd.pl b/lang/perl5/files/cpan-DB_File-hints-openbsd.pl
new file mode 100644
index 00000000000..1a79a39bda8
--- /dev/null
+++ b/lang/perl5/files/cpan-DB_File-hints-openbsd.pl
@@ -0,0 +1,6 @@
+# $NetBSD: cpan-DB_File-hints-openbsd.pl,v 1.1 2014/01/24 16:37:19 ryoon Exp $
+
+# cpan/DB_File:
+# OpenBSD does not provide -ldb, so avoid linking to it
+
+$self->{LIBS} = [''];