diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gource/patches/patch-src_logmill.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gource/patches/patch-src_logmill.cpp b/graphics/gource/patches/patch-src_logmill.cpp deleted file mode 100644 index 29ea44e38cb..00000000000 --- a/graphics/gource/patches/patch-src_logmill.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-src_logmill.cpp,v 1.1 2012/09/21 11:28:44 ryoon Exp $ - ---- src/logmill.cpp.orig 2012-04-20 01:52:29.000000000 +0000 -+++ src/logmill.cpp -@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::stri - logfile = repo_path.string(); - } - } -- } catch(boost::filesystem3::filesystem_error& error) { -+ } catch(boost::filesystem::filesystem_error& error) { - } - } - |