summaryrefslogtreecommitdiff
path: root/graphics/tiff/PLIST
diff options
context:
space:
mode:
authorjlam <jlam>2005-01-11 05:29:55 +0000
committerjlam <jlam>2005-01-11 05:29:55 +0000
commitacbf960f6e66b4682fed9f144aa7319a4c743fe3 (patch)
treef1081638c965d9979efd58c41aa9fec882fd14e3 /graphics/tiff/PLIST
parent8ffd1565ccadc9c6a6ed71959f73e8a2d1e3e368 (diff)
downloadpkgsrc-acbf960f6e66b4682fed9f144aa7319a4c743fe3.tar.gz
Create a separate libtiffcxx.so library for use by C++ applications.
It's meant to be used directly in place of libtiff.so, i.e. instead of linking against -ltiff, you link against -ltiffcxx. It also leaves libtiff.so as a plain C-linkage library again, as it was in tiff-3.6.x, and avoids needing to patch tiff-using packages to link using the C++ compiler. Bump the PKGREVISION to 1.
Diffstat (limited to 'graphics/tiff/PLIST')
-rw-r--r--graphics/tiff/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/PLIST b/graphics/tiff/PLIST
index 9359ce0b073..1ffb049891d 100644
--- a/graphics/tiff/PLIST
+++ b/graphics/tiff/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/12/28 23:10:10 reed Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/01/11 05:29:55 jlam Exp $
bin/bmp2tiff
bin/fax2ps
bin/fax2tiff
@@ -27,6 +27,7 @@ include/tiffio.h
include/tiffio.hxx
include/tiffvers.h
lib/libtiff.la
+lib/libtiffcxx.la
man/man1/bmp2tiff.1
man/man1/fax2ps.1
man/man1/fax2tiff.1