summaryrefslogtreecommitdiff
path: root/audio/cripple/patches/patch-aa
blob: 2b307d1ee3980bcc3bc7fe2b8a4b0aefc81d510c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 15:52:01 ghen Exp $

--- cripple.h.orig	2005-05-01 22:56:23.000000000 +0200
+++ cripple.h
@@ -68,6 +68,8 @@
 
 #ifdef __sun
 #  define DEF_CD_DEV	"/vol/dev/aliases/cdrom0"
+#elif defined(__NetBSD__)
+#  define DEF_CD_DEV	"/dev/rcd0d"
 #elif defined(__win32__)
 /*
  * on win32 a null path will cause read_cdtoc_from_drive() to search for one.