diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-24 22:16:03 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-24 22:16:03 +0000 |
commit | c45485dca43333ceb051ea9a5a251bf1dd010ae0 (patch) | |
tree | 70b4e6eb0cb0f86dd3e0beaf1581cac80fa7c1b4 | |
parent | 9628a1d411518331185b3f78d41d7f8d1b40a41e (diff) | |
download | pkgsrc-c45485dca43333ceb051ea9a5a251bf1dd010ae0.tar.gz |
mozc-server: add CHECK_PORTABILITY_SKIP
-rw-r--r-- | inputmethod/mozc-server/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common index dc18b547398..804e16d21d9 100644 --- a/inputmethod/mozc-server/Makefile.common +++ b/inputmethod/mozc-server/Makefile.common @@ -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+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 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 |