summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-18 00:42:27 +0000
committertnn <tnn@pkgsrc.org>2020-08-18 00:42:27 +0000
commitf0407e3d4bd06b81c54c68a496649fae20c00ffe (patch)
treebe02c1cfb31f7aac3f684136278c95807cf22ed5
parent7bab3b13f1eccd822756a172be1d22a59ff747f6 (diff)
downloadpkgsrc-f0407e3d4bd06b81c54c68a496649fae20c00ffe.tar.gz
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>
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index c06e9babf85..48c009dfd96 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -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-rpath
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