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: Sun Feb 12 09:45:47 UTC 2023
Modified Files:
pkgsrc/graphics/tiff: Makefile
Log Message:
tiff: wire down zstd to disabled so it doesn't get randomly enabled
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 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.155 pkgsrc/graphics/tiff/Makefile:1.156
--- pkgsrc/graphics/tiff/Makefile:1.155 Tue Jan 3 16:38:50 2023
+++ pkgsrc/graphics/tiff/Makefile Sun Feb 12 09:45:47 2023
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.155 2023/01/03 16:38:50 wiz Exp $
+# $NetBSD: Makefile,v 1.156 2023/02/12 09:45:47 tnn Exp $
VERSION_BASE= 4.5.0
# Accomodate testing unreleased versions.
#VERSION_RC= rc1
DISTNAME= tiff-${VERSION_BASE}${VERSION_RC}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://download.osgeo.org/libtiff/
@@ -24,6 +25,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
+CONFIGURE_ARGS+= --disable-zstd
PKGCONFIG_OVERRIDE= libtiff-4.pc.in
Home |
Main Index |
Thread Index |
Old Index