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:   gdt
Date:           Fri Jul  3 11:41:35 UTC 2026

Modified Files:
        pkgsrc/graphics/tiff: Makefile

Log Message:
graphics/tiff: Move c99 to USE_CC_FEATURES

from the deprecated location in USE_LANGUAGES.  NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 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.173 pkgsrc/graphics/tiff/Makefile:1.174
--- pkgsrc/graphics/tiff/Makefile:1.173 Fri Jul  3 11:27:07 2026
+++ pkgsrc/graphics/tiff/Makefile       Fri Jul  3 11:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.173 2026/07/03 11:27:07 gdt Exp $
+# $NetBSD: Makefile,v 1.174 2026/07/03 11:41:35 gdt Exp $
 
 VERSION_BASE=  4.7.2
 # Accomodate testing unreleased versions.
@@ -17,7 +17,8 @@ WRKSRC=               ${WRKDIR}/tiff-${VERSION_BASE}
 
 EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}
 
-USE_LANGUAGES=         c99 c++
+USE_LANGUAGES=         c c++
+USE_CC_FEATURES=       c99
 USE_TOOLS=             gmake pkg-config
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index