summaryrefslogtreecommitdiff
path: root/audio/mp3blaster/patches/patch-aa
blob: 8b00c56dbf2fc8b8d75fd734c0b84d8112ca8e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2002/02/23 07:43:19 rxg Exp $

--- configure.orig	Thu Feb 14 23:59:31 2002
+++ configure
@@ -3521,7 +3521,7 @@
   fi
 fi
 
-if test "`uname -s`" = "OpenBSD" ; then
+if test "`uname -s`" = "OpenBSD" || test "`uname -s`" = "NetBSD" ; then
   SOUNDDEV="/dev/audio"
 else
   SOUNDDEV="/dev/dsp"