openbsd-ports/audio/sox/patches/patch-play_in

17 lines
411 B
Plaintext
Raw Normal View History

$OpenBSD: patch-play_in,v 1.2 2003/07/17 20:29:14 naddy Exp $
--- play.in.orig Tue Jan 28 02:59:06 2003
+++ play.in Thu Jul 17 19:08:37 2003
@@ -193,6 +193,12 @@ case $arch in
device="/dev/audio"
fi
;;
+ OpenBSD)
+ arch_defines="-t ossdsp"
+ if [ -z "$device" ]; then
+ device="/dev/sound"
+ fi
+ ;;
esac
# If user sets AUDIODEV environment variable then force output device