commit: 0ea565c59a608e42a1a8653b95e4dd8ff51e6796 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 7 22:16:49 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 22:33:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea565c5
media-gfx/swftools: Fix build with jpeg-9 Closes: https://bugs.gentoo.org/520934 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/swftools/files/swftools-0.9.2-jpeg-9.patch | 17 +++++++++++++++++ media-gfx/swftools/swftools-0.9.2-r1.ebuild | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/media-gfx/swftools/files/swftools-0.9.2-jpeg-9.patch b/media-gfx/swftools/files/swftools-0.9.2-jpeg-9.patch new file mode 100644 index 00000000000..7f809ea9983 --- /dev/null +++ b/media-gfx/swftools/files/swftools-0.9.2-jpeg-9.patch @@ -0,0 +1,17 @@ +Patch kindly borrowed from macports.org. + +--- a/lib/jpeg.c 2011-10-14 15:46:10.000000000 -0500 ++++ b/lib/jpeg.c 2014-08-06 20:15:51.000000000 -0500 +@@ -5,6 +5,12 @@ + #include "../config.h" + + #ifdef HAVE_JPEGLIB ++#ifndef FALSE ++#define FALSE 0 ++#endif ++#ifndef TRUE ++#define TRUE 1 ++#endif + #define HAVE_BOOLEAN + #include <jpeglib.h> + diff --git a/media-gfx/swftools/swftools-0.9.2-r1.ebuild b/media-gfx/swftools/swftools-0.9.2-r1.ebuild index de698a91aa5..cbdcdb3e1c7 100644 --- a/media-gfx/swftools/swftools-0.9.2-r1.ebuild +++ b/media-gfx/swftools/swftools-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,6 +29,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}_general.patch epatch "${FILESDIR}"/${P}_giflib.patch epatch "${FILESDIR}"/${P}_giflib5.patch + epatch "${FILESDIR}"/${P}-jpeg-9.patch } src_configure() {
