openbsd-ports/audio/sox/patches/patch-play_in
naddy 04ce2486cf - update to 12.17.2
- take maintainer
- fetch from SourceForge
- add vorbis flavor
- no regress testing for now
- extensive DESCR
2001-10-27 14:02:22 +00:00

17 lines
408 B
Plaintext

$OpenBSD: patch-play_in,v 1.1 2001/10/27 14:02:22 naddy Exp $
--- play.in.orig Tue Sep 4 03:58:12 2001
+++ play.in Sun Oct 21 00:53:37 2001
@@ -186,6 +186,12 @@ case $arch in
device="/dev/audio"
fi
;;
+ OpenBSD)
+ arch_defines="-t ossdsp"
+ if [ -z "$device" ]; then
+ device="/dev/sound"
+ fi
+ ;;
esac
# If name is "rec" then record else assume user is wanting to play