summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx b/audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx
deleted file mode 100644
index 492ce6816af..00000000000
--- a/audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-src_output_HttpdOutputPlugin.cxx,v 1.2 2014/08/21 12:14:16 wiz Exp $
-
-Inlining this method results in the following error on Mach-O systems
-(or at least on Darwin 9):
-
- {standard input}:1322:FATAL:symbol: __ZZN11HttpdOutput7SendTagEPK3TagE5types
- can't be a weak_definition (currently only supported in section of type
- coalesced)
-
-http://bugs.musicpd.org/view.php?id=4059
-
---- src/output/HttpdOutputPlugin.cxx.orig 2014-05-16 00:08:45.000000000 +0000
-+++ src/output/HttpdOutputPlugin.cxx
-@@ -479,7 +479,7 @@ httpd_output_pause(struct audio_output *
- }
- }
-
--inline void
-+void
- HttpdOutput::SendTag(const Tag *tag)
- {
- assert(tag != nullptr);