pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tiff graphics/tiff: Require c99
details: https://anonhg.NetBSD.org/pkgsrc/rev/b84ab1abf37f
branches: trunk
changeset: 380381:b84ab1abf37f
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Jun 05 14:02:44 2022 +0000
description:
graphics/tiff: Require c99
Upstream says C99 is required (during a discussion about README not
specifying prereqs).
diffstat:
graphics/tiff/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cafcd571ba24 -r b84ab1abf37f graphics/tiff/Makefile
--- a/graphics/tiff/Makefile Sun Jun 05 08:18:53 2022 +0000
+++ b/graphics/tiff/Makefile Sun Jun 05 14:02:44 2022 +0000
@@ -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 @@
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