pkgsrc/audio/tosha/patches/patch-af
minskim 7d02f7e839 Enable pkgviews installation. Based on Joachim Kuebart's patch in
PR pkg/25751.
  - Honor CFLAGS and LDFLAGS set by pkgsrc Makefile.
  - Use buildlink3 framework and ossaudio.buildlink3.mk.
2004-05-31 17:35:14 +00:00

13 lines
322 B
Text

$NetBSD: patch-af,v 1.3 2004/05/31 17:35:15 minskim Exp $
--- pcmplay.c.orig 1997-05-20 19:11:13.000000000 -0500
+++ pcmplay.c
@@ -46,7 +46,7 @@
#include "utils.h"
#include "getlopt.h"
-char *audevice = "/dev/dsp";
+char *audevice = DEVOSSAUDIO;
int buffersize = 32;
int dsp_samplesize = 16;
int dsp_channels = 2;