28 lines
705 B
Plaintext
28 lines
705 B
Plaintext
$OpenBSD: patch-third_party_libjingle_libjingle_gyp,v 1.3 2012/02/17 10:19:51 robert Exp $
|
|
--- third_party/libjingle/libjingle.gyp.orig Thu Feb 9 10:25:47 2012
|
|
+++ third_party/libjingle/libjingle.gyp Thu Feb 9 10:30:00 2012
|
|
@@ -94,6 +94,11 @@
|
|
'BSD',
|
|
],
|
|
}],
|
|
+ ['OS=="openbsd"', {
|
|
+ 'defines': [
|
|
+ 'OPENBSD',
|
|
+ ],
|
|
+ }],
|
|
['no_libjingle_logging==1', {
|
|
'defines': [
|
|
'NO_LIBJINGLE_LOGGING',
|
|
@@ -136,6 +141,11 @@
|
|
['os_bsd==1', {
|
|
'defines': [
|
|
'BSD',
|
|
+ ],
|
|
+ }],
|
|
+ ['OS=="openbsd"', {
|
|
+ 'defines': [
|
|
+ 'OPENBSD',
|
|
],
|
|
}],
|
|
],
|