ports/audio/rawrec/files/patch-set__au__blksz.c
Craig Leres b087fefc9c audio/rawrec: Fix port issues
- Makefile WWW link bad - fix it

 - Clean portlint nit

 - Change patches to avoid REINPLACE_CMD

 - Initialize sigaction structures better

 - Remove commenting out of pthread_attr_scope stuff since FreeBSD
   supports that now

Should be no functional change

PR:		277461
Approved by:	antonfb@hesiod.org (maintainer)
2024-03-03 15:33:26 -08:00

11 lines
233 B
C

--- set_au_blksz.c.orig 2006-01-05 17:36:27 UTC
+++ set_au_blksz.c
@@ -8,7 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include "rawrec.h"