diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2017-05-28 17:18:24 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2017-05-28 17:18:24 +0000 |
commit | 4fed6be6ca828d763c4416dd4e3c209d37a3c5d5 (patch) | |
tree | 7ba818f74d4a135d8ccdc452c9f609e4865c50b9 /audio/ncmpcpp/files/patch-src_configuration.cpp | |
parent | Update to glibc 2.17-157.el7_3.2, amd64 kernel-headers 3.10.0-514.21.1.el7 (diff) |
- Update to 0.8
- Changelog: https://rybczak.net/ncmpcpp/
PR: 219534
Submitted by: yamagi@yamagi.org (maintainer)
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D10960
Notes
Notes:
svn path=/head/; revision=441919
Diffstat (limited to 'audio/ncmpcpp/files/patch-src_configuration.cpp')
-rw-r--r-- | audio/ncmpcpp/files/patch-src_configuration.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/ncmpcpp/files/patch-src_configuration.cpp b/audio/ncmpcpp/files/patch-src_configuration.cpp deleted file mode 100644 index b07a0a235cb1..000000000000 --- a/audio/ncmpcpp/files/patch-src_configuration.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/configuration.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/configuration.cpp -@@ -29,6 +29,7 @@ - #include "mpdpp.h" - #include "settings.h" - #include "utility/string.h" -+#include "format_impl.h" - - namespace po = boost::program_options; - |