diff options
author | alane <alane@FreeBSD.org> | 2002-10-30 17:29:18 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-30 17:29:18 +0800 |
commit | c8af2d6d5f5e05e550af3d2aaae8b0055216f1f2 (patch) | |
tree | 37bb03c623d4502f793e07e156842bf3c8aa40fb /audio | |
parent | 96a2ba0758d5a2517890cbaf27879ba469f56154 (diff) | |
download | freebsd-ports-gnome-c8af2d6d5f5e05e550af3d2aaae8b0055216f1f2.tar.gz freebsd-ports-gnome-c8af2d6d5f5e05e550af3d2aaae8b0055216f1f2.tar.zst freebsd-ports-gnome-c8af2d6d5f5e05e550af3d2aaae8b0055216f1f2.zip |
Use /dev/cdrom instead of atapi drive device name.
PR: 44515
Approved by: maintainer
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() |