SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/gyp/patches/patch-pylib_gyp_input_py
Normal file
12
devel/gyp/patches/patch-pylib_gyp_input_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: pylib/gyp/input.py
|
||||
--- pylib/gyp/input.py.orig
|
||||
+++ pylib/gyp/input.py
|
||||
@@ -1183,7 +1183,7 @@ def LoadVariablesFromVariablesDict(variables, the_dict
|
||||
if variable_name in variables:
|
||||
# If the variable is already set, don't set it.
|
||||
continue
|
||||
- if the_dict_key is 'variables' and variable_name in the_dict:
|
||||
+ if the_dict_key == 'variables' and variable_name in the_dict:
|
||||
# If the variable is set without a % in the_dict, and the_dict is a
|
||||
# variables dict (making |variables| a varaibles sub-dict of a
|
||||
# variables dict), use the_dict's definition.
|
Loading…
Add table
Add a link
Reference in a new issue