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:   hauke
Date:           Mon Nov 25 12:17:46 UTC 2024

Modified Files:
        pkgsrc/graphics/tiff: Makefile

Log Message:
Explicitly disable opengl support, to keep linuxen from building and
installing bin/tiffgt where other platforms do not.

The build now consistently installs a man page without the binary,
which might be resolved on another day.


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 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.166 pkgsrc/graphics/tiff/Makefile:1.167
--- pkgsrc/graphics/tiff/Makefile:1.166 Wed Sep 18 11:39:36 2024
+++ pkgsrc/graphics/tiff/Makefile       Mon Nov 25 12:17:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2024/09/18 11:39:36 gdt Exp $
+# $NetBSD: Makefile,v 1.167 2024/11/25 12:17:46 hauke Exp $
 
 VERSION_BASE=  4.7.0
 # Accomodate testing unreleased versions.
@@ -28,6 +28,7 @@ CONFIGURE_ARGS+=      --disable-libdeflate
 CONFIGURE_ARGS+=       --disable-sphinx
 CONFIGURE_ARGS+=       --disable-webp
 CONFIGURE_ARGS+=       --disable-zstd
+CONFIGURE_ARGS+=       --disable-opengl
 
 PKGCONFIG_OVERRIDE=    libtiff-4.pc.in
 



Home | Main Index | Thread Index | Old Index