aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Prima
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-12 10:18:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-12 10:18:42 +0000
commit99d972bc2bc6aca710e236ad9cc664761bb5e787 (patch)
tree8ed0e76bc5b52895f0df2916a164f98811c8bec8 /x11-toolkits/p5-Prima
parent9fb775ec77db83777fc1790cde6216fc21fd49f3 (diff)
downloadports-99d972bc2bc6aca710e236ad9cc664761bb5e787.tar.gz
ports-99d972bc2bc6aca710e236ad9cc664761bb5e787.zip
Notes
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 */