Salome HOME
Fix opencv build
[tools/sat_salome.git] / products / patches / enable-windows-plugin-compilation.patch
1 diff -pruN Python-ORIG/Lib/distutils/msvc9compiler.py Python-2.7.3/Lib/distutils/msvc9compiler.py\r
2 --- Python-ORIG/Lib/distutils/msvc9compiler.py  2014-03-28 17:35:47.085774000 +0100\r
3 +++ Python-2.7.3/Lib/distutils/msvc9compiler.py 2014-03-28 17:37:20.646374000 +0100\r
4 @@ -658,7 +658,7 @@ class MSVCCompiler(CCompiler) :\r
5              # will still consider the DLL up-to-date, but it will not have a\r
6              # manifest.  Maybe we should link to a temp file?  OTOH, that\r
7              # implies a build environment error that shouldn't go undetected.\r
8 -            mfinfo = self.manifest_get_embed_info(target_desc, ld_args)\r
9 +            mfinfo = None\r
10              if mfinfo is not None:\r
11                  mffilename, mfid = mfinfo\r
12                  out_arg = '-outputresource:%s;%s' % (output_filename, mfid)\r