openbsd-ports/audio/sox/patches/patch-play
2000-09-10 16:05:01 +00:00

16 lines
317 B
Plaintext

--- play.orig Thu Aug 3 20:58:37 2000
+++ play Sun Sep 10 10:57:01 2000
@@ -180,6 +180,12 @@
device="/dev/dsp"
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