calf: fix musl build

This commit is contained in:
Michael Gehring 2016-06-06 17:45:22 +02:00
parent 9bf8de1c0a
commit 72d110f088
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- src/calf/audio_fx.h.orig 2016-06-06 17:44:07.843406970 +0200
+++ src/calf/audio_fx.h 2016-06-06 17:44:11.809407175 +0200
@@ -682,7 +682,7 @@
private:
public:
float target, real, amount;
- uint samples, round, cnt;
+ unsigned int samples, round, cnt;
double last;
samplereduction();
void set_params(float am);

View file

@ -1,7 +1,7 @@
# Template file for 'calf'
pkgname=calf
version=0.0.60
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-experimental"
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then