freebsd-ports/sysutils/gtoaster/files/patch-audio_oss.c
Edwin Groothuis 7e5f15f927 Update port: sysutils/gtoaster
- Fix handling PORTVERSION
	- Reaarange USE_GNOME
	- machine/soundcard.h -> sys/soundcard.h

PR:		ports/56530
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-08 05:49:41 +00:00

11 lines
280 B
C

--- audio_oss.c.orig Sun Sep 7 22:30:57 2003
+++ audio_oss.c Sun Sep 7 22:31:10 2003
@@ -15,7 +15,7 @@
#ifndef __FreeBSD__
#include <linux/soundcard.h>
#else
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#define SNDCTL_DSP_CHANNELS SNDCTL_DSP_STEREO
#endif