From b1b8b5ba77036a01e749595d9990554c95f83586 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Jan 2015 16:59:27 +0000 Subject: Remove patch after update to 0.19. --- .../patches/patch-src_output_HttpdOutputPlugin.cxx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx (limited to 'audio') 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); -- cgit v1.2.3