Updated patch.
[fedora-mingw.git] / inkscape / mingw32-inkscape-20081027-no-setenv.patch
diff --git a/inkscape/mingw32-inkscape-20081027-no-setenv.patch b/inkscape/mingw32-inkscape-20081027-no-setenv.patch
deleted file mode 100644 (file)
index 4e8fe15..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/main.cpp.orig  2008-10-27 15:17:26.000000000 +0000
-+++ src/main.cpp       2008-10-27 15:18:02.000000000 +0000
-@@ -521,7 +521,9 @@
- #endif
-         tmp += oldenv;
-     }
-+#ifndef WIN32
-     setenv("PYTHONPATH", tmp.c_str(), 1);
-+#endif
-     
-     return 0;
- }