diff options
Diffstat (limited to 'audio/cd-console/files/patch-cd__ll__bsd.cpp')
-rw-r--r-- | audio/cd-console/files/patch-cd__ll__bsd.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/cd-console/files/patch-cd__ll__bsd.cpp b/audio/cd-console/files/patch-cd__ll__bsd.cpp new file mode 100644 index 000000000000..1f97601cc42a --- /dev/null +++ b/audio/cd-console/files/patch-cd__ll__bsd.cpp @@ -0,0 +1,13 @@ +--- cd_ll_bsd.cpp.orig 2001-08-25 18:09:00 UTC ++++ cd_ll_bsd.cpp +@@ -10,7 +10,9 @@ + #include "cd_ll_bsd.h" + + // the cd-rom device file +-#define DEVICE "/dev/acd0c" ++#ifndef DEVICE ++#define DEVICE "/dev/cdrom" ++#endif + + cd_ll_bsd::cd_ll_bsd() + : m_fd(-1) |