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: Sun Jun 5 14:02:44 UTC 2022
Modified Files:
pkgsrc/graphics/tiff: Makefile
Log Message:
graphics/tiff: Require c99
Upstream says C99 is required (during a discussion about README not
specifying prereqs).
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 pkgsrc/graphics/tiff/Makefile:1.154
--- pkgsrc/graphics/tiff/Makefile:1.153 Sun May 29 12:24:16 2022
+++ pkgsrc/graphics/tiff/Makefile Sun Jun 5 14:02:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2022/05/29 12:24:16 gdt Exp $
+# $NetBSD: Makefile,v 1.154 2022/06/05 14:02:44 gdt Exp $
VERSION_BASE= 4.4.0
# Accomodate testing unreleased versions.
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/tiff-${VERSION_BASE}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-rpath
Home |
Main Index |
Thread Index |
Old Index