summaryrefslogtreecommitdiff
path: root/audio/workman/files/patch-workman_stubs.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/workman/files/patch-workman_stubs.c
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/workman/files/patch-workman_stubs.c')
-rw-r--r--audio/workman/files/patch-workman_stubs.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/workman/files/patch-workman_stubs.c b/audio/workman/files/patch-workman_stubs.c
deleted file mode 100644
index e09eb38a8fa7..000000000000
--- a/audio/workman/files/patch-workman_stubs.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- workman_stubs.c.orig Sat Feb 14 08:47:37 1998
-+++ workman_stubs.c Sat Feb 14 08:50:16 1998
-@@ -163,6 +163,9 @@
- "Workman.Db.Shared", dbfiles);
- if (dbfiles)
- dbfiles = WMstrdup(dbfiles);
-+ name = getenv("MUSIC_CD");
-+ if (name)
-+ cd_device = name;
-
- reverse_threshold = defaults_get_integer("workman.reverseThreshold",
- "Workman.ReverseThreshold", reverse_threshold);