also add older LIB_DEPENDS to WANTLIB

This commit is contained in:
espie 2010-11-22 21:16:42 +00:00
parent 7ca3305ded
commit 1d73dd9276

View File

@ -1,4 +1,4 @@
# $OpenBSD: Issue.pm,v 1.2 2010/11/11 12:43:03 espie Exp $
# $OpenBSD: Issue.pm,v 1.3 2010/11/22 21:16:42 espie Exp $
# Copyright (c) 2004-2010 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
@ -79,6 +79,11 @@ sub message
return "WANTLIB: ". $self->stringize;
}
sub record_wantlib
{
&OpenBSD::Issue::do_record_wantlib;
}
package OpenBSD::Issue::IndirectDependency;
our @ISA = qw(OpenBSD::Issue);
sub message