mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
14 lines
428 B
Python
14 lines
428 B
Python
$NetBSD: patch-protobuf_protobuf.gyp,v 1.5 2015/01/06 10:30:54 ryoon Exp $
|
|
|
|
--- protobuf/protobuf.gyp.orig 2015-01-06 06:21:18.000000000 +0000
|
|
+++ protobuf/protobuf.gyp
|
|
@@ -254,7 +254,7 @@
|
|
},
|
|
'conditions': [
|
|
# use system-installed protoc on Linux
|
|
- ['OS!="linux"', {
|
|
+ ['OS!="linux" and OS!="netbsd"', {
|
|
'includes' : [
|
|
'../gyp/install_build_tool.gypi',
|
|
],
|