aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cd-console/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 15:32:36 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 15:32:36 +0000
commit600ae94e73770f95327dd2c31b944f581b69b038 (patch)
tree6c71453c0e39e64aef0e87c0c99389d3eac9db9e /audio/cd-console/files/patch-ab
parent119254c786536254cdfa63296d9878da67e2e6b4 (diff)
Adding cd-control version 2.3.
A curses-based console CD player. PR: 15152 Submitted by: Julian C. Dunn <jdunn@aquezada.com>
Diffstat (limited to 'audio/cd-console/files/patch-ab')
-rw-r--r--audio/cd-console/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/cd-console/files/patch-ab b/audio/cd-console/files/patch-ab
new file mode 100644
index 000000000000..87ba8607e5c5
--- /dev/null
+++ b/audio/cd-console/files/patch-ab
@@ -0,0 +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
+@@ -10,7 +10,9 @@
+ #include "cd_ll_bsd.h"
+
+ // the cd-rom device file
++#ifndef DEVICE
+ #define DEVICE "/dev/acd0c"
++#endif
+
+ cd_ll_bsd::cd_ll_bsd()
+ : m_fd(-1)