pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/tcl tcl: Explicitly disable tzdata for now.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a731514d833
branches: trunk
changeset: 345184:1a731514d833
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Dec 05 11:23:44 2019 +0000
description:
tcl: Explicitly disable tzdata for now.
Fixes PLIST install failures on Darwin.
diffstat:
lang/tcl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 3af9fc694a1c -r 1a731514d833 lang/tcl/Makefile
--- a/lang/tcl/Makefile Thu Dec 05 10:57:54 2019 +0000
+++ b/lang/tcl/Makefile Thu Dec 05 11:23:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2019/10/02 14:50:25 kamil Exp $
+# $NetBSD: Makefile,v 1.107 2019/12/05 11:23:44 jperkin Exp $
DISTNAME= tcl${TCL_VERSION}-src
PKGNAME= tcl-${TCL_VERSION}
@@ -23,6 +23,8 @@
BUILD_DIRS= ${CONFIGURE_DIRS}
INSTALL_TARGET= install
+CONFIGURE_ARGS+= --without-tzdata
+
PKGCONFIG_OVERRIDE+= unix/tcl.pc.in
CHECK_PORTABILITY_SKIP= win/configure
Home |
Main Index |
Thread Index |
Old Index