diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-03 17:39:36 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-04 00:03:58 +0100 |
commit | 66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0 (patch) | |
tree | 90211087e400504aa92c21934f752861d9cde42b /media-libs/libsidplay | |
parent | media-libs/memphis: remove unused patch. (diff) | |
download | gentoo-66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0.tar.gz gentoo-66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0.tar.bz2 gentoo-66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0.zip |
media-libs/libsidplay: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/3312
Diffstat (limited to 'media-libs/libsidplay')
-rw-r--r-- | media-libs/libsidplay/files/libsidplay-gcc34.patch | 26 |
1 files changed, 0 insertions, 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 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; - } - } - }; |