has been handled by hacks.mk.
This commit is contained in:
parent
1c275b4291
commit
a7310424d2
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
$NetBSD: patch-as,v 1.1.1.1 2010/11/27 01:24:41 rxg Exp $
|
||||
|
||||
--- net/third_party/nss/ssl.gyp.orig 2010-08-26 09:04:44.000000000 +0000
|
||||
+++ net/third_party/nss/ssl.gyp
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
'conditions': [
|
||||
- [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
|
||||
+ [ 'OS == "linux" or OS == "freebsd" or OS == "netbsd" or OS == "openbsd"', {
|
||||
'conditions': [
|
||||
['sysroot!=""', {
|
||||
'variables': {
|
||||
@@ -96,7 +96,7 @@
|
||||
],
|
||||
},
|
||||
],
|
||||
- [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
|
||||
+ [ 'OS == "linux" or OS == "freebsd" or OS == "netbsd" or OS == "openbsd"', {
|
||||
'defines': [
|
||||
# These macros are needed only for compiling the files in
|
||||
# ssl/bodge.
|
Loading…
Reference in a new issue