Author: eelco
Date: Mon Apr  4 15:48:58 2011
New Revision: 26682
URL: https://svn.nixos.org/websvn/nix/?rev=26682&sc=1

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

Modified:
   
nixpkgs/branches/modular-python/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch

Modified: 
nixpkgs/branches/modular-python/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch
==============================================================================
--- 
nixpkgs/branches/modular-python/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch
      Mon Apr  4 14:38:53 2011        (r26681)
+++ 
nixpkgs/branches/modular-python/pkgs/development/interpreters/python/2.7/nix-store-mtime.patch
      Mon Apr  4 15:48:58 2011        (r26682)
@@ -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;
      }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to