summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/swftools/files/swftools-0.9.2-jpeg-9.patch')
-rw-r--r--media-gfx/swftools/files/swftools-0.9.2-jpeg-9.patch17
1 files changed, 0 insertions, 17 deletions
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
deleted file mode 100644
index 7f809ea99836..000000000000
--- a/media-gfx/swftools/files/swftools-0.9.2-jpeg-9.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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>
-