From 28752752c0a0e542594a673b9d22786476c6c326 Mon Sep 17 00:00:00 2001
From: Peter Simons <simons@cryp.to>
Date: Sat, 9 Feb 2013 21:07:27 +0100
Subject: [PATCH] boost: rename patch for version 1.47.0 to include its version
 number in the file name

---
 pkgs/development/libraries/boost/1.47.nix                       | 2 +-
 .../{boost_filesystem.patch => boost_filesystem_1_47_0.patch}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename pkgs/development/libraries/boost/{boost_filesystem.patch => boost_filesystem_1_47_0.patch} (100%)

diff --git a/pkgs/development/libraries/boost/1.47.nix b/pkgs/development/libraries/boost/1.47.nix
index 4b0c4d3f1409..b8774b70265c 100644
--- a/pkgs/development/libraries/boost/1.47.nix
+++ b/pkgs/development/libraries/boost/1.47.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation {
   };
 
   # See <http://svn.boost.org/trac/boost/ticket/4688>.
-  patches = [ ./boost_filesystem.patch ];
+  patches = [ ./boost_filesystem_1_47_0.patch ];
 
   enableParallelBuilding = true;
 
diff --git a/pkgs/development/libraries/boost/boost_filesystem.patch b/pkgs/development/libraries/boost/boost_filesystem_1_47_0.patch
similarity index 100%
rename from pkgs/development/libraries/boost/boost_filesystem.patch
rename to pkgs/development/libraries/boost/boost_filesystem_1_47_0.patch