diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-11-15 16:21:01 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-11-15 16:21:01 +0000 |
commit | dca9c948095aed1cc8beba682de506010b512f0c (patch) | |
tree | 07a5d76e133d1ad1ba591c5fbc0cf0ee1c9414fe /audio/ncmpcpp/files/patch-src_status.cpp | |
parent | - Add new port: math/R-cran-SparseM (diff) |
Update to upstream version 0.7.0-b1
PR: 204499
Submitted by: yamagi@yamagi.org (maintainer)
Notes
Notes:
svn path=/head/; revision=401713
Diffstat (limited to 'audio/ncmpcpp/files/patch-src_status.cpp')
-rw-r--r-- | audio/ncmpcpp/files/patch-src_status.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ncmpcpp/files/patch-src_status.cpp b/audio/ncmpcpp/files/patch-src_status.cpp new file mode 100644 index 000000000000..72edb2b0666c --- /dev/null +++ b/audio/ncmpcpp/files/patch-src_status.cpp @@ -0,0 +1,11 @@ +--- src/status.cpp.orig 2015-11-04 20:01:29 UTC ++++ src/status.cpp +@@ -21,6 +21,8 @@ + #include <boost/date_time/posix_time/posix_time.hpp> + #include <netinet/tcp.h> + #include <netinet/in.h> ++#include <sys/types.h> ++#include <sys/socket.h> + + #include "browser.h" + #include "charset.h" |