%files section.
[fedora-mingw.git] / inkscape / mingw32-inkscape-20081027-no-setenv.patch
1 --- src/main.cpp.orig   2008-10-27 15:17:26.000000000 +0000
2 +++ src/main.cpp        2008-10-27 15:18:02.000000000 +0000
3 @@ -521,7 +521,9 @@
4  #endif
5          tmp += oldenv;
6      }
7 +#ifndef WIN32
8      setenv("PYTHONPATH", tmp.c_str(), 1);
9 +#endif
10      
11      return 0;
12  }