freebsd-ports/audio/pd/files/patch-src_s_audio_oss.c
Trevor Johnson bdf11b37cd Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.
to do:  the "Help -> About pd" and "Media -> Test Audio and MIDI"
menu items do not work because the port installs files where they
are not found by the program
2003-11-12 00:55:19 +00:00

13 lines
311 B
C

$FreeBSD$
--- src/s_audio_oss.c.orig Sat Oct 18 22:44:55 2003
+++ src/s_audio_oss.c Tue Nov 11 21:15:24 2003
@@ -5,7 +5,7 @@
/* this file inputs and outputs audio using the OSS API available on linux. */
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include "m_pd.h"
#include "s_stuff.h"