summaryrefslogtreecommitdiff
path: root/graphics/lcms
diff options
context:
space:
mode:
authorgdt <gdt>2006-02-21 14:00:42 +0000
committergdt <gdt>2006-02-21 14:00:42 +0000
commit1703a9a937afff255bdeb041d1a74b5c5363cd69 (patch)
tree4aab86ff38dcecd490ec9c5437f75ee11cbc67ed /graphics/lcms
parenta65d32d3f617a76eca0473d4feb8d3db719503e1 (diff)
downloadpkgsrc-1703a9a937afff255bdeb041d1a74b5c5363cd69.tar.gz
Don't tell lcms to refrain from linking with zlib, so that tifficc
includes -lz on the link line if -lz is present in bl environment (which it is because libtiff bls it). PKGREVISION++ Take maintainership.
Diffstat (limited to 'graphics/lcms')
-rw-r--r--graphics/lcms/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index 53e6c95f9f2..f7811e9c3d5 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.20 2006/02/20 15:02:22 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2006/02/21 14:00:42 gdt Exp $
DISTNAME= lcms-1.15
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.littlecms.com/ \
http://www.abaforum.es/martim/
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.littlecms.com/
COMMENT= Light Color Management System -- a color management library
@@ -16,8 +16,9 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
TEST_TARGET= check
-# XXX Does this disable tiff with deflate?
-CONFIGURE_ARGS+= --without-zlib
+# lcms does not need zlib, but will look for it and link it to tifficc
+# if present. Therefore, we don't enjoin lcms from finding zlib, but
+# don't include it via bl3.
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE:Q}
@@ -31,9 +32,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/${_f_} ${PREFIX}/share/doc/lcms/${_f_}
.endfor
-# XXX Is this needed to enable use of tiff with deflate?
-#.include "../../devel/zlib/buildlink3.mk"
-
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"