Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libthrift devel/libthrift: suppress warning abou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d04e0c8ca911
branches:  trunk
changeset: 429930:d04e0c8ca911
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 09:57:24 2020 +0000

description:
devel/libthrift: suppress warning about unnecessary USE_TOOLS+=perl

diffstat:

 devel/libthrift/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a4274ec6529a -r d04e0c8ca911 devel/libthrift/Makefile
--- a/devel/libthrift/Makefile  Sun Apr 26 09:55:09 2020 +0000
+++ b/devel/libthrift/Makefile  Sun Apr 26 09:57:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2020/01/18 21:48:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.80 2020/04/26 09:57:24 rillig Exp $
 
 PKGREVISION= 2
 .include "../../devel/thrift/Makefile.common"
@@ -13,6 +13,7 @@
 PKGCONFIG_OVERRIDE=    lib/cpp/thrift-nb.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cpp/thrift-z.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cpp/thrift.pc.in
+TOOLS_BROKEN+=         perl # suppress warning about USE_TOOLS+=perl
 
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index