mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
490 B
Python
14 lines
490 B
Python
$NetBSD: patch-protobuf_genproto.gypi,v 1.3 2013/09/07 18:42:14 ryoon Exp $
|
|
|
|
--- protobuf/genproto.gypi.orig 2013-08-28 05:26:13.000000000 +0000
|
|
+++ protobuf/genproto.gypi
|
|
@@ -34,7 +34,7 @@
|
|
'protoc_command': 'protoc<(EXECUTABLE_SUFFIX)',
|
|
},
|
|
'conditions': [
|
|
- ['target_platform!="Linux"', {
|
|
+ ['target_platform!="Linux" and target_platform!="NetBSD"', {
|
|
'variables': {
|
|
'protoc_wrapper_additional_options': ['--protoc_dir=<(mozc_build_tools_dir)'],
|
|
},
|