summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server/patches/patch-gui_qt__moc.gypi
blob: 085f5ed9152f85f72fb0a9495fb8e952a1cb9235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-gui_qt__moc.gypi,v 1.1 2017/12/17 14:15:43 tsutsui Exp $

* NetBSD support

--- gui/qt_moc.gypi.orig	2017-11-02 13:32:47.000000000 +0000
+++ gui/qt_moc.gypi
@@ -33,7 +33,7 @@
 
   'variables': {
     'conditions': [
-      ['target_platform=="Linux"', {
+      ['target_platform=="Linux" or target_platform=="NetBSD"', {
         'moc_path': '<!(pkg-config --variable=host_bins Qt5Core)/moc',
       }, 'qt_dir', {
         'moc_path': '<(qt_dir)/bin/moc<(EXECUTABLE_SUFFIX)',