pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/mozc-server



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jan  1 11:53:13 UTC 2024

Modified Files:
        pkgsrc/inputmethod/mozc-server: Makefile.common

Log Message:
mozc-server: Fix build failure

* Use internal protobuf and abseil.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/inputmethod/mozc-server/Makefile.common

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

Modified files:

Index: pkgsrc/inputmethod/mozc-server/Makefile.common
diff -u pkgsrc/inputmethod/mozc-server/Makefile.common:1.38 pkgsrc/inputmethod/mozc-server/Makefile.common:1.39
--- pkgsrc/inputmethod/mozc-server/Makefile.common:1.38 Tue Jul 18 18:22:11 2023
+++ pkgsrc/inputmethod/mozc-server/Makefile.common      Mon Jan  1 11:53:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2023/07/18 18:22:11 nia Exp $
+# $NetBSD: Makefile.common,v 1.39 2024/01/01 11:53:12 ryoon Exp $
 
 # used by inputmethod/ibus-mozc/Makefile
 # used by inputmethod/mozc-elisp/Makefile
@@ -78,7 +78,6 @@ BUILDLINK_TRANSFORM+= rm:-Werror=char-su
 
 do-configure:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
-               GYP_DEFINES="use_libprotobuf=1" \
                ${PYTHONBIN} build_mozc.py \
                gyp \
                --gypdir=${LOCALBASE}/bin



Home | Main Index | Thread Index | Old Index