pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libthrift



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 18 05:03:39 UTC 2020

Modified Files:
        pkgsrc/devel/libthrift: Makefile

Log Message:
devel/libthrift: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/libthrift/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.82 pkgsrc/devel/libthrift/Makefile:1.83
--- pkgsrc/devel/libthrift/Makefile:1.82        Wed May  6 14:04:27 2020
+++ pkgsrc/devel/libthrift/Makefile     Mon May 18 05:03:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/05/06 14:04:27 adam Exp $
+# $NetBSD: Makefile,v 1.83 2020/05/18 05:03:39 rillig Exp $
 
 PKGREVISION= 3
 .include "../../devel/thrift/Makefile.common"
@@ -9,6 +9,8 @@ COMMENT=        C++ bindings for the Apache Thr
 DEPENDS+=      thrift-[0-9]*:../../devel/thrift
 BUILD_DIRS=    lib/cpp
 
+TOOLS_BROKEN+= perl
+
 CONFIGURE_ENV+=                THRIFT=${PREFIX}/bin/thrift
 CONFIGURE_ENV+=                ac_cv_prog_PERL= # none, not needed
 PKGCONFIG_OVERRIDE=    lib/cpp/thrift-nb.pc.in



Home | Main Index | Thread Index | Old Index