summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server/patches/patch-handwriting_handwriting.gyp
blob: 7358c1189dc4b5d5c044006b7b49a522c98ab714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-handwriting_handwriting.gyp,v 1.3 2014/01/19 01:18:50 ryoon Exp $

--- handwriting/handwriting.gyp.orig	2014-01-06 07:10:31.000000000 +0000
+++ handwriting/handwriting.gyp
@@ -43,12 +43,12 @@
         'zinnia.gyp:zinnia',
       ],
       'conditions': [
-        ['target_platform=="Linux" and use_libzinnia==1', {
+        ['(target_platform=="Linux" or target_platform=="NetBSD") and use_libzinnia==1', {
           'defines': [
             'USE_LIBZINNIA',
           ],
         }],
-        ['target_platform=="Linux" and use_libzinnia==1 and zinnia_model_file!=""', {
+        ['(target_platform=="Linux" or target_platform=="NetBSD") and use_libzinnia==1 and zinnia_model_file!=""', {
           'defines': [
             'MOZC_ZINNIA_MODEL_FILE="<(zinnia_model_file)"',
           ],