pkgsrc/audio/cripple/patches/patch-aa

14 lines
382 B
Text
Raw Normal View History

$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.