diff options
author | will <will@FreeBSD.org> | 2000-06-06 21:30:06 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-06 21:30:06 +0800 |
commit | a76e607f6bb1b7770767ab995cda06880b5f213f (patch) | |
tree | d58323f929317e91efcf25c06b08267170d6054d /audio | |
parent | 3531f01e81aca16087784c0b378fde048615bc0d (diff) | |
download | freebsd-ports-gnome-a76e607f6bb1b7770767ab995cda06880b5f213f.tar.gz freebsd-ports-gnome-a76e607f6bb1b7770767ab995cda06880b5f213f.tar.zst freebsd-ports-gnome-a76e607f6bb1b7770767ab995cda06880b5f213f.zip |
Fix build.
PR: 19053
Submitted by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamripper/files/patch-aa | 12 |
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 + |