diff --git a/srcpkgs/djmount/patches/musl.patch b/srcpkgs/djmount/patches/musl.patch new file mode 100644 index 00000000000..14084beebea --- /dev/null +++ b/srcpkgs/djmount/patches/musl.patch @@ -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 + #include +- ++#include + + /****************************************************************************** + * @var Cache diff --git a/srcpkgs/djmount/template b/srcpkgs/djmount/template index 35f0e144f14..bf9b3e5d5c0 100644 --- a/srcpkgs/djmount/template +++ b/srcpkgs/djmount/template @@ -1,7 +1,7 @@ # Template file for 'djmount' pkgname=djmount version=0.71 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-external-libupnp --with-external-talloc" hostmakedepends="pkg-config"