diff options
author | joerg <joerg@pkgsrc.org> | 2017-02-18 13:59:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-02-18 13:59:19 +0000 |
commit | b4bb1353522c1df1d7673b3c771393b09d9ff3cb (patch) | |
tree | 8640e0fcd8d4c488ef9e6e581e1343025e605f02 /misc | |
parent | faf48bb04c9951dadd7d1a16e188e6e417d59906 (diff) | |
download | pkgsrc-b4bb1353522c1df1d7673b3c771393b09d9ff3cb.tar.gz |
Add missing include.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/stellarium/distinfo | 3 | ||||
-rw-r--r-- | misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/stellarium/distinfo b/misc/stellarium/distinfo index 28db5774c0c..d4912085d66 100644 --- a/misc/stellarium/distinfo +++ b/misc/stellarium/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.33 2015/11/03 23:49:52 agc Exp $ +$NetBSD: distinfo,v 1.34 2017/02/18 13:59:19 joerg Exp $ SHA1 (stellarium-0.12.4.tar.gz) = 6d3cc4dc186db831af76830fe2e636ff1f7bbc90 RMD160 (stellarium-0.12.4.tar.gz) = 4e212f8e0d613733ef98a506556c25dbab4d3b24 @@ -7,6 +7,7 @@ Size (stellarium-0.12.4.tar.gz) = 79343617 bytes SHA1 (patch-ad) = 369e643a189f3e48076badcdaa49147773067ad5 SHA1 (patch-ae) = e6ee27b2b0914eb25a7e35b58dcadefb0fd349e0 SHA1 (patch-doc_stellarium.pod.cmake) = 654973a21459f86857aa674000cdba42ae2b8e01 +SHA1 (patch-plugins_TelescopeControl_src_servers_Server.cpp) = 8ad6435118d5fda2aaa2416e4d13064cd688b588 SHA1 (patch-src_StelMainGraphicsView.cpp) = fa53b202e2ed392e1a7906db698faa1401b0dc87 SHA1 (patch-src_core_StelUtils.cpp) = 0693cd4832eb06f25413b76bb4d00a681b992a88 SHA1 (patch-src_core_modules_Skybright.cpp) = 7b6369fce6fa77b7007023136d7e8aebafd5c627 diff --git a/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp b/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp new file mode 100644 index 00000000000..f10556a0bb3 --- /dev/null +++ b/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-plugins_TelescopeControl_src_servers_Server.cpp,v 1.1 2017/02/18 13:59:20 joerg Exp $ + +--- plugins/TelescopeControl/src/servers/Server.cpp.orig 2017-02-18 01:22:11.015702081 +0000 ++++ plugins/TelescopeControl/src/servers/Server.cpp +@@ -22,6 +22,7 @@ along with this library; if not, write t + Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. + */ + ++#include <sys/time.h> + #include "Server.hpp" + #include "Socket.hpp" + //#include "Listener.hpp" |