diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cd-console/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/cd-console/files/patch-ab | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/cd-console/files/patch-aa b/audio/cd-console/files/patch-aa index 9c5a0941e336..43fada8853d9 100644 --- a/audio/cd-console/files/patch-aa +++ b/audio/cd-console/files/patch-aa @@ -15,7 +15,7 @@ - +DEFS = -DOS_BSD +EXTRA_OBJS = cd_ll_bsd.o -+CDDEVICE=\"/dev/acd0c\" ++CDDEVICE=\"/dev/cdrom\" # you shouldn't have to change anything below this line diff --git a/audio/cd-console/files/patch-ab b/audio/cd-console/files/patch-ab index 87ba8607e5c5..4e6a557db5ab 100644 --- a/audio/cd-console/files/patch-ab +++ b/audio/cd-console/files/patch-ab @@ -1,11 +1,12 @@ ---- cd_ll_bsd.cpp.orig Sun Nov 28 20:14:31 1999 -+++ cd_ll_bsd.cpp Sun Nov 28 20:15:29 1999 +--- cd_ll_bsd.cpp.orig Sat Aug 25 14:09:00 2001 ++++ cd_ll_bsd.cpp Sat Oct 26 21:16:54 2002 @@ -10,7 +10,9 @@ #include "cd_ll_bsd.h" // the cd-rom device file +-#define DEVICE "/dev/acd0c" +#ifndef DEVICE - #define DEVICE "/dev/acd0c" ++#define DEVICE "/dev/cdrom" +#endif cd_ll_bsd::cd_ll_bsd() |