aboutsummaryrefslogtreecommitdiff
path: root/audio/xanalyser
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-09-03 18:20:22 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-09-03 18:20:22 +0000
commit91611ca8ac9c0ae61705225a6609ddeb57f163f4 (patch)
tree0cae810df052c903086325ac3587ca98020442ef /audio/xanalyser
parent0e2e493ea3471a9b2ad3cc5b48cffa31ea3bf25f (diff)
downloadports-91611ca8ac9c0ae61705225a6609ddeb57f163f4.tar.gz
ports-91611ca8ac9c0ae61705225a6609ddeb57f163f4.zip
audio/xanalyser: fix a ioctl call
- SNDCTL_DSP_GETBLKSIZE() is in FreeBSD a read only ioctl() Need to use SNDCTL_DSP_SETBLKSIZE() to really set the blocksize. PR: 193373 Submitted by: hselasky Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: db (maintainer)
Notes
Notes: svn path=/head/; revision=478887
Diffstat (limited to 'audio/xanalyser')
-rw-r--r--audio/xanalyser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile
index c4e2c173835c..d3f97231f7d1 100644
--- a/audio/xanalyser/Makefile
+++ b/audio/xanalyser/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xanalyser
PORTVERSION= 1.32
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio hamradio
MASTER_SITES= http://arvin.schnell-web.net/xanalyser/ \
LOCAL/db