aboutsummaryrefslogtreecommitdiffstats
path: root/community/gource/logmill.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-26 07:45:08 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-26 07:45:08 +0000
commitc5240dc4d2a5efc26b94c943d87848e51ba2794b (patch)
tree1c7c1bb9b5ca99e0afaaa093a8818fd8e63f423d /community/gource/logmill.patch
parent4a2a6ce1a143e0983ca0d6ca754a2e0702504ca5 (diff)
downloadaports-c5240dc4d2a5efc26b94c943d87848e51ba2794b.tar.bz2
aports-c5240dc4d2a5efc26b94c943d87848e51ba2794b.tar.xz
community/gource: moved from testing
Diffstat (limited to 'community/gource/logmill.patch')
-rw-r--r--community/gource/logmill.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gource/logmill.patch b/community/gource/logmill.patch
new file mode 100644
index 0000000000..4ed4e998f9
--- /dev/null
+++ b/community/gource/logmill.patch
@@ -0,0 +1,11 @@
+--- ./src/logmill.cpp.orig
++++ ./src/logmill.cpp
+@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::string& log_format) {
+ logfile = repo_path.string();
+ }
+ }
+- } catch(boost::filesystem3::filesystem_error& error) {
++ } catch(boost::filesystem::filesystem_error& error) {
+ }
+ }
+