stellarium: unbreak musl builds.
This commit is contained in:
parent
fedf40008a
commit
71a10550e2
2 changed files with 11 additions and 1 deletions
10
srcpkgs/stellarium/patches/musl.patch
Normal file
10
srcpkgs/stellarium/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- plugins/TelescopeControl/src/servers/Socket.hpp.orig 2015-10-26 08:15:29.139926316 +0100
|
||||
+++ plugins/TelescopeControl/src/servers/Socket.hpp 2015-10-26 08:15:49.297069845 +0100
|
||||
@@ -54,6 +54,7 @@ static inline int SetNonblocking(int s)
|
||||
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <sys/select.h>
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'stellarium'
|
||||
pkgname=stellarium
|
||||
version=0.14.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake perl"
|
||||
makedepends="qt5-tools-devel qt5-quick1-devel qt5-script-devel MesaLib-devel zlib-devel phonon-devel"
|
||||
|
|
Loading…
Reference in a new issue