parent
6510d60142
commit
a18e2ac02e
2 changed files with 17 additions and 3 deletions
10
srcpkgs/tickr/patches/musl-fix-unknown-fd_set.patch
Normal file
10
srcpkgs/tickr/patches/musl-fix-unknown-fd_set.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/libetm-0.5.0/tcp_socket.c 2020-01-09 10:49:20.000000000 +0100
|
||||
+++ src/libetm-0.5.0/tcp_socket.c.new 2020-06-04 08:57:53.532982208 +0200
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
+#include <sys/select.h>
|
||||
#ifndef WIN32_V
|
||||
# include <sys/socket.h>
|
||||
# include <netdb.h>
|
|
@ -1,13 +1,17 @@
|
|||
# Template file for 'tickr'
|
||||
pkgname=tickr
|
||||
version=0.6.4
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+-devel libxml2-devel"
|
||||
makedepends="gtk+-devel libxml2-devel gnutls-devel fribidi-devel"
|
||||
short_desc="Gtk-based rss reader in a ticker bar"
|
||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.open-tickr.net/"
|
||||
distfiles="https://www.open-tickr.net/src/${pkgname}-${version}.tar.gz"
|
||||
checksum=8476fa8f539487c37617855b8312dbfaec322fe51fa5d9e9abe8c093caad75bd
|
||||
checksum=37dd2d970cd9bf9b0ebc5e6cbf6605ea460008f577a43a7500e506e9dffcd802
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) configure_args+=" LIBS=-lm" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue