commit: c5825a90124ac6635c44d5eae69f0e3c025c518c Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk> AuthorDate: Thu Jan 29 08:42:18 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Thu Jan 29 08:42:18 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c5825a90
Added some descriptive text to the minigzip-OF patch --- sci-visualization/mantid/files/mantid-3.3.0-minigzip-OF.patch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sci-visualization/mantid/files/mantid-3.3.0-minigzip-OF.patch b/sci-visualization/mantid/files/mantid-3.3.0-minigzip-OF.patch index 4857774..1dc5ec7 100644 --- a/sci-visualization/mantid/files/mantid-3.3.0-minigzip-OF.patch +++ b/sci-visualization/mantid/files/mantid-3.3.0-minigzip-OF.patch @@ -1,3 +1,10 @@ +The minigzip code does the same thing as sys-libs/zlib[minizip] but for .gz files rather than .zip + +It uses a macro 'OF(args)'. I'm not sure what it does but defining it as nothing seems to work. + +This patch has been submitted upstream at: +https://github.com/mantidproject/mantid/pull/149 + diff --git a/MantidPlot/src/zlib123/minigzip.c b/MantidPlot/src/zlib123/minigzip.c index 97fbae1..5f4612f 100644 --- a/MantidPlot/src/zlib123/minigzip.c
