From 66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 3 Jan 2017 17:39:36 +0100 Subject: [PATCH] media-libs/libsidplay: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/3312 --- .../libsidplay/files/libsidplay-gcc34.patch | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 media-libs/libsidplay/files/libsidplay-gcc34.patch 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; - } - } - }; -- 2.26.2