diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-08 16:59:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-08 16:59:27 +0000 |
commit | b1b8b5ba77036a01e749595d9990554c95f83586 (patch) | |
tree | 1cff54cf2403b9b331ffbf33954cefb23269e486 /audio | |
parent | 1d618b43a65d54398886cc735bed1b395b5f29f4 (diff) | |
download | pkgsrc-b1b8b5ba77036a01e749595d9990554c95f83586.tar.gz |
Remove patch after update to 0.19.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/patches/patch-src_output_HttpdOutputPlugin.cxx | 22 |
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); |