summaryrefslogtreecommitdiff
path: root/audio/cd-console/files/patch-ab
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
commit6df3e23245b2c3793f24e4c42dd330d59419494c (patch)
treee86901dd11e5a970cf6211165d2b26dbe637e186 /audio/cd-console/files/patch-ab
parentlang/squeak: Claimed fix for PowerPC (diff)
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/cd-console/files/patch-ab')
-rw-r--r--audio/cd-console/files/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/cd-console/files/patch-ab b/audio/cd-console/files/patch-ab
deleted file mode 100644
index 4e6a557db5ab..000000000000
--- a/audio/cd-console/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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/cdrom"
-+#endif
-
- cd_ll_bsd::cd_ll_bsd()
- : m_fd(-1)