openbsd-ports/audio/liba52/patches/patch-libao_audio_out_oss_c
ajacoutot 2e7a5374dd Update liba52 to 0.7.5-cvs snapshot. This was intended to be the 0.7.5
release but uptream project is essentially dead and the fixes and
improvements since 0.7.4 are worth getting in.

from Brad, maintainer timeout
2012-05-25 07:15:41 +00:00

13 lines
388 B
Plaintext

$OpenBSD: patch-libao_audio_out_oss_c,v 1.4 2012/05/25 07:15:41 ajacoutot Exp $
--- libao/audio_out_oss.c.orig Sun Nov 30 19:24:58 2003
+++ libao/audio_out_oss.c Tue May 15 02:24:59 2012
@@ -48,7 +48,7 @@
#include <sys/soundcard.h>
#endif
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || defined(__OpenBSD__)
#define OSS_DEVICE "/dev/audio"
#else
#define OSS_DEVICE "/dev/dsp"