pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/mozc-server mozc-server: add CHECK_PORTABI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ad9963acd7c
branches:  trunk
changeset: 377777:6ad9963acd7c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 22:16:03 2022 +0000

description:
mozc-server: add CHECK_PORTABILITY_SKIP

diffstat:

 inputmethod/mozc-server/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r c0261ade5313 -r 6ad9963acd7c inputmethod/mozc-server/Makefile.common
--- a/inputmethod/mozc-server/Makefile.common   Sun Apr 24 22:12:50 2022 +0000
+++ b/inputmethod/mozc-server/Makefile.common   Sun Apr 24 22:16:03 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2021/02/27 04:19:46 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.35 2022/04/24 22:16:03 tnn Exp $
 # used by inputmethod/ibus-mozc/Makefile
 # used by inputmethod/mozc-elisp/Makefile
 # used by inputmethod/mozc-server/Makefile
@@ -35,10 +35,11 @@
 BUILD_DEPENDS+=        ninja-build-[0-9]*:../../devel/ninja-build
 
 USE_LANGUAGES= c c++
-
 USE_TOOLS+=    gmake pkg-config
 GCC_REQD+=     4.7     # for c++11
 
+CHECK_PORTABILITY_SKIP+=       third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
+
 OPENSSL_CFLAGS=                -I${BUILDLINK_PREFIX.openssl}/include
 OPENSSL_INC=           -I${BUILDLINK_PREFIX.openssl}/include
 OPENSSL_LDFLAGS=       -L${BUILDLINK_PREFIX.openssl}/lib -lssl -lcrypto



Home | Main Index | Thread Index | Old Index