summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
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