summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-27 18:47:07 +0000
committerwiz <wiz@pkgsrc.org>2022-01-27 18:47:07 +0000
commit24623c9ceb63830f41d66c0d5a57f88082e5db6b (patch)
treeebe282a60504238d99ac0c5ac546ee5b479e5beb /inputmethod
parentb82e042322be8939715f94307e473d2331c03c06 (diff)
downloadpkgsrc-24623c9ceb63830f41d66c0d5a57f88082e5db6b.tar.gz
gyp: python 3.10 support breaks python 2.7 support; disable it
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/fcitx5-mozc/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/fcitx5-mozc/Makefile.common b/inputmethod/fcitx5-mozc/Makefile.common
index f98b2723fdf..25810735064 100644
--- a/inputmethod/fcitx5-mozc/Makefile.common
+++ b/inputmethod/fcitx5-mozc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2021/04/21 11:42:03 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2022/01/27 18:47:07 wiz Exp $
# used by inputmethod/fcitx5-mozc/Makefile
# Find version number in src/data/version/mozc_version_template.bzl
@@ -24,6 +24,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
GCC_REQD+= 4.7 # for c++11
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
OPENSSL_CFLAGS= -I${BUILDLINK_PREFIX.openssl}/include
OPENSSL_INC= -I${BUILDLINK_PREFIX.openssl}/include
OPENSSL_LDFLAGS= -L${BUILDLINK_PREFIX.openssl}/lib -lssl -lcrypto