pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/lcms Don't tell lcms to refrain from linking ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30c8bb6f7703
branches:  trunk
changeset: 508557:30c8bb6f7703
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Feb 21 14:00:42 2006 +0000

description:
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:

 graphics/lcms/Makefile |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 27e8dfbc1f9c -r 30c8bb6f7703 graphics/lcms/Makefile
--- a/graphics/lcms/Makefile    Tue Feb 21 12:49:22 2006 +0000
+++ b/graphics/lcms/Makefile    Tue Feb 21 14:00:42 2006 +0000
@@ -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@localhost
+MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://www.littlecms.com/
 COMMENT=       Light Color Management System -- a color management library
 
@@ -16,8 +16,9 @@
 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index