summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-06 13:30:06 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-06 13:30:06 +0000
commita15cbc06b0bcda4b360e7ee70bb837a7513b9dc0 (patch)
treeff66e4b5151854f1a4815cd8d3e8a1f6aa99265c /audio
parentStrip binaries. (diff)
Fix build.
PR: 19053 Submitted by: Alexander Langer <alex@big.endian.de>
Notes
Notes: svn path=/head/; revision=29260
Diffstat (limited to 'audio')
-rw-r--r--audio/streamripper/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/streamripper/files/patch-aa b/audio/streamripper/files/patch-aa
new file mode 100644
index 000000000000..0973afcbbd46
--- /dev/null
+++ b/audio/streamripper/files/patch-aa
@@ -0,0 +1,12 @@
+--- streamripper.c.old Tue Jun 6 14:39:56 2000
++++ streamripper.c Tue Jun 6 14:40:40 2000
+@@ -398,7 +398,7 @@
+
+ if (!(fd_log = fopen(m_opt.log_file, "a")))
+ {
+- vfprintf(stderr, "[logfile] %s", strerror(errno));
++ fprintf(stderr, "[logfile] %s", strerror(errno));
+ fflush(stderr);
+ }
+ else
+