|  | @@ -358,9 +358,9 @@ fi | 
														
													
														
															
																|  |  | # --------------------------------------------------------------------------------------------------------------------- |  |  | # --------------------------------------------------------------------------------------------------------------------- | 
														
													
														
															
																|  |  | # cxfreeze |  |  | # cxfreeze | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | download cx_Freeze "${CXFREEZE_VERSION}" "https://github.com/anthony-tuininga/cx_Freeze/archive" "" "nv" |  |  |  | 
														
													
														
															
																|  |  |  |  |  | download cx_Freeze "${CXFREEZE_VERSION}" "https://github.com/anthony-tuininga/cx_Freeze.git" "" "git" | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | if [ "${CXFREEZE_VERSION}" = "6.4.2" ]; then |  |  |  | 
														
													
														
															
																|  |  |  |  |  | if [ "${CXFREEZE_VERSION}" = "e1c33afea842bc61dac82145a8a0be5fbd318a92" ]; then | 
														
													
														
															
																|  |  | patch_file cx_Freeze "${CXFREEZE_VERSION}" "setup.py" 's/extra_postargs=extraArgs,/extra_postargs=extraArgs+os.getenv("LDFLAGS").split(),/' |  |  | patch_file cx_Freeze "${CXFREEZE_VERSION}" "setup.py" 's/extra_postargs=extraArgs,/extra_postargs=extraArgs+os.getenv("LDFLAGS").split(),/' | 
														
													
														
															
																|  |  | patch_file cx_Freeze "${CXFREEZE_VERSION}" "cx_Freeze/macdist.py" 's/, use_builtin_types=False//' |  |  | patch_file cx_Freeze "${CXFREEZE_VERSION}" "cx_Freeze/macdist.py" 's/, use_builtin_types=False//' | 
														
													
														
															
																|  |  | fi |  |  | fi | 
														
													
												
													
														
															
																|  | 
 |