From b7ebc951da8800f711142f69d9d958bde67a112d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Apr 2019 09:54:45 +0100 Subject: gentoo resync : 28.04.2019 --- games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch (limited to 'games-action/lugaru/files') diff --git a/games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch b/games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch new file mode 100644 index 000000000000..ac0ee48f62d6 --- /dev/null +++ b/games-action/lugaru/files/lugaru-20151204-jpeg-9c.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/652930 + +--- a/Source/OpenGL_Windows.cpp ++++ b/Source/OpenGL_Windows.cpp +@@ -839,7 +839,7 @@ + (void) jpeg_read_header(&cinfo, TRUE); + + cinfo.out_color_space = JCS_RGB; +- cinfo.quantize_colors = 0; ++ cinfo.quantize_colors = FALSE; + (void) jpeg_calc_output_dimensions(&cinfo); + (void) jpeg_start_decompress(&cinfo); + -- cgit v1.2.3