commit: 66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jan 3 16:39:36 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jan 3 23:03:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ee44ee
media-libs/libsidplay: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/3312 media-libs/libsidplay/files/libsidplay-gcc34.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/media-libs/libsidplay/files/libsidplay-gcc34.patch b/media-libs/libsidplay/files/libsidplay-gcc34.patch deleted file mode 100644 index bf59fc9..00000000 --- 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; - } - } - };
