diff options
author | mat <mat@FreeBSD.org> | 2016-10-12 18:18:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-12 18:18:42 +0800 |
commit | d528c794969bafacd5bdb58ffb326b98b23b1ed6 (patch) | |
tree | 8ed0e76bc5b52895f0df2916a164f98811c8bec8 /x11-toolkits | |
parent | bfa698fb0126d679524363a27e3dde60bdd86e71 (diff) | |
download | freebsd-ports-gnome-d528c794969bafacd5bdb58ffb326b98b23b1ed6.tar.gz freebsd-ports-gnome-d528c794969bafacd5bdb58ffb326b98b23b1ed6.tar.zst freebsd-ports-gnome-d528c794969bafacd5bdb58ffb326b98b23b1ed6.zip |
Fix build.
Reported by: pkg-fallout
Sponsored by: Absolight
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c | 11 |
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 */ |