freebsd-ports/audio/audacity-devel/files/patch-portmixer-px_unix_oss.c
Pav Lucistnik c908872f20 After repocopy from audio/audacity, add audacity-devel, a development
branch of this audio waveform editor program. This is a beta of upcoming
major release 1.2.0, and is already worth a try. For details see
http://audacity.sourceforge.net/beta.php

PR:		ports/59915
Submitted by:	Craig Boston <craig@yekse.gank.org>
2003-12-15 23:28:25 +00:00

11 lines
339 B
C

--- lib-src/portmixer/px_unix_oss/px_unix_oss.c.orig Tue Dec 2 20:06:55 2003
+++ lib-src/portmixer/px_unix_oss/px_unix_oss.c Tue Dec 2 20:07:09 2003
@@ -37,6 +37,8 @@
#ifdef __linux__
#include <linux/soundcard.h>
+#elif defined(__FreeBSD__)
+#include <sys/soundcard.h>
#else
#include <machine/soundcard.h> /* JH20010905 */
#endif