Remove old python/ subdir and add README containing the plan.
[fedora-mingw.git] / python / python-2.5-cflags.patch
diff --git a/python/python-2.5-cflags.patch b/python/python-2.5-cflags.patch
deleted file mode 100644 (file)
index 32243bf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- Python-2.5c1/Makefile.pre.in.cflags        2006-08-18 11:05:40.000000000 -0400
-+++ Python-2.5c1/Makefile.pre.in       2006-08-18 11:09:26.000000000 -0400
-@@ -334,7 +334,7 @@
- # Build the interpreter
- $(BUILDPYTHON):       Modules/python.o $(LIBRARY) $(LDLIBRARY)
--              $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
-+              $(LINKCC) $(CFLAGS) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
-                       Modules/python.o \
-                       $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)