diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-24 12:09:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-24 12:09:14 +0000 |
commit | 2a53ba3d567b53385492c4587df53bbe953a0a61 (patch) | |
tree | 1cc98adae82c0bb3f75fc089d45fc8e7a730fe31 /textproc/mdoclint | |
parent | a839e353f56884d3cc03c66b23c6d47af680d955 (diff) | |
download | pkgsrc-2a53ba3d567b53385492c4587df53bbe953a0a61.tar.gz |
Recognize libpthread_dbg.
Diffstat (limited to 'textproc/mdoclint')
-rw-r--r-- | textproc/mdoclint/Makefile | 4 | ||||
-rwxr-xr-x | textproc/mdoclint/files/mdoclint | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index 4acb18bbcfe..5770c527a76 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2016/09/03 18:19:40 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2016/11/24 12:09:14 wiz Exp $ -DISTNAME= mdoclint-1.42 +DISTNAME= mdoclint-1.43 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none diff --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint index 6f86c5e02b7..53de4edd8a7 100755 --- a/textproc/mdoclint/files/mdoclint +++ b/textproc/mdoclint/files/mdoclint @@ -1,7 +1,7 @@ #!@PERL5@ # # $OpenBSD: mdoclint,v 1.48 2016/01/24 20:10:48 schwarze Exp $ -# $NetBSD: mdoclint,v 1.61 2016/09/03 18:19:40 wiz Exp $ +# $NetBSD: mdoclint,v 1.62 2016/11/24 12:09:14 wiz Exp $ # # Copyright (c) 2001-2013 Thomas Klausner # All rights reserved. @@ -139,6 +139,7 @@ my %libraries = ( "libppath" => 1, "libprop" => 1, "libpthread" => 1, + "libpthread_dbg" => 1, "libpuffs" => 1, "libquota" => 1, "librefuse" => 1, |