Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tiff tiff: explicitly pass --disable-webp. Bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c50ec610b21f
branches: trunk
changeset: 437159:c50ec610b21f
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Aug 18 00:42:27 2020 +0000
description:
tiff: explicitly pass --disable-webp. Bump rev.
We don't want it to randomly pick up system libwebp on Linux.
If there is a use case for webp compression here it should use the
pkgsrc library.
Reported-by: "Dr. Thomas Orgis" <thomas.orgis%uni-hamburg.de@localhost>
diffstat:
graphics/tiff/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 240f26280698 -r c50ec610b21f graphics/tiff/Makefile
--- a/graphics/tiff/Makefile Tue Aug 18 00:35:20 2020 +0000
+++ b/graphics/tiff/Makefile Tue Aug 18 00:42:27 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.146 2019/11/04 01:11:38 gdt Exp $
+# $NetBSD: Makefile,v 1.147 2020/08/18 00:42:27 tnn Exp $
DISTNAME= tiff-4.1.0
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://download.osgeo.org/libtiff/
@@ -18,6 +19,7 @@
CONFIGURE_ARGS+= --enable-cxx
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff
CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
+CONFIGURE_ARGS+= --disable-webp
PKGCONFIG_OVERRIDE= libtiff-4.pc.in
Home |
Main Index |
Thread Index |
Old Index