aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Prima
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/p5-Prima')
-rw-r--r--x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c b/x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c
deleted file mode 100644
index 3b81877413e0..000000000000
--- a/x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- img/codec_tiff.c.orig 2008-10-29 11:15:32 UTC
-+++ img/codec_tiff.c
-@@ -164,7 +164,7 @@
- static ImgCodecInfo codec_info = {
- "TIFF Bitmap",
- "www.libtiff.org",
-- TIFF_VERSION, TIFFLIB_VERSION, /* version */
-+ TIFF_VERSION_CLASSIC, TIFFLIB_VERSION, /* version */
- tiffext, /* extension */
- "Tagged Image File Format", /* file type */
- "TIFF", /* short type */