$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
