pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/tiff
Module Name: pkgsrc
Committed By: tnn
Date: Tue Aug 18 00:42:27 UTC 2020
Modified Files:
pkgsrc/graphics/tiff: Makefile
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/graphics/tiff/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/tiff/Makefile
diff -u pkgsrc/graphics/tiff/Makefile:1.146 pkgsrc/graphics/tiff/Makefile:1.147
--- pkgsrc/graphics/tiff/Makefile:1.146 Mon Nov 4 01:11:38 2019
+++ pkgsrc/graphics/tiff/Makefile Tue Aug 18 00:42:27 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index