mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
djmount: unbreak musl builds.
This commit is contained in:
parent
815842132d
commit
cb79b551d7
2 changed files with 12 additions and 1 deletions
11
srcpkgs/djmount/patches/musl.patch
Normal file
11
srcpkgs/djmount/patches/musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- djmount/cache.h.orig 2016-04-25 08:49:55.265766330 +0200
|
||||||
|
+++ djmount/cache.h 2016-04-25 08:50:06.728886696 +0200
|
||||||
|
@@ -25,7 +25,7 @@
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
-
|
||||||
|
+#include <sys/time.h>
|
||||||
|
|
||||||
|
/******************************************************************************
|
||||||
|
* @var Cache
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'djmount'
|
# Template file for 'djmount'
|
||||||
pkgname=djmount
|
pkgname=djmount
|
||||||
version=0.71
|
version=0.71
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-external-libupnp --with-external-talloc"
|
configure_args="--with-external-libupnp --with-external-talloc"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue