3
0
Fork 0
forked from mirrors/nixpkgs

* `patch' on FreeBSD doesn't like paths with // in them.

svn path=/nixpkgs/branches/modular-python/; revision=26682
This commit is contained in:
Eelco Dolstra 2011-04-04 15:48:58 +00:00
parent 9c16728cd4
commit b9293b6c20

View file

@ -1,6 +1,6 @@
diff -ru -x '*~' Python-2.7.1-orig//Python/import.c Python-2.7.1//Python/import.c
--- Python-2.7.1-orig//Python/import.c 2010-05-20 20:37:55.000000000 +0200
+++ Python-2.7.1//Python/import.c 2011-01-04 15:55:11.000000000 +0100
diff -ru -x '*~' Python-2.7.1-orig/Python/import.c Python-2.7.1/Python/import.c
--- Python-2.7.1-orig/Python/import.c 2010-05-20 20:37:55.000000000 +0200
+++ Python-2.7.1/Python/import.c 2011-01-04 15:55:11.000000000 +0100
@@ -751,7 +751,7 @@
return NULL;
}