From: Michael Mair-Keimberger (asterix) Date: Tue, 3 Jan 2017 16:39:36 +0000 (+0100) Subject: media-libs/libsidplay: remove unused patch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0;p=gentoo.git media-libs/libsidplay: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/3312 --- diff --git a/media-libs/libsidplay/files/libsidplay-gcc34.patch b/media-libs/libsidplay/files/libsidplay-gcc34.patch deleted file mode 100644 index bf59fc9c42b7..000000000000 --- a/media-libs/libsidplay/files/libsidplay-gcc34.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- src/smart.h -+++ src/smart.h -@@ -207,16 +207,16 @@ - { - if ( bufferLen >= 1 ) - { -- pBufCurrent = ( bufBegin = buffer ); -- bufEnd = bufBegin + bufferLen; -- bufLen = bufferLen; -- status = true; -+ this->pBufCurrent = ( this->bufBegin = buffer ); -+ this->bufEnd = this->bufBegin + bufferLen; -+ this->bufLen = bufferLen; -+ this->status = true; - } - else - { -- pBufCurrent = bufBegin = bufEnd = 0; -- bufLen = 0; -- status = false; -+ this->pBufCurrent = this->bufBegin = this->bufEnd = 0; -+ this->bufLen = 0; -+ this->status = false; - } - } - };