pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/coreutils
Module Name: pkgsrc
Committed By: schmonz
Date: Wed May 14 17:04:41 UTC 2025
Modified Files:
pkgsrc/sysutils/coreutils: Makefile.common
Log Message:
coreutils: ignore y2038 requirement on Tiger.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/coreutils/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/coreutils/Makefile.common
diff -u pkgsrc/sysutils/coreutils/Makefile.common:1.33 pkgsrc/sysutils/coreutils/Makefile.common:1.34
--- pkgsrc/sysutils/coreutils/Makefile.common:1.33 Mon Apr 21 21:23:07 2025
+++ pkgsrc/sysutils/coreutils/Makefile.common Wed May 14 17:04:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2025/04/21 21:23:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.34 2025/05/14 17:04:40 schmonz Exp $
#
# used by sysutils/coreutils/Makefile
# used by misc/gnuls/Makefile
@@ -51,7 +51,7 @@ CONFIGURE_ENV+= gl_cv_host_operating_sy
.endif
# Ignore required y2038 support
-.if ${MACHINE_PLATFORM:MSunOS-*-i386}
+.if ${MACHINE_PLATFORM:MSunOS-*-i386} || ${MACHINE_PLATFORM:MDarwin-[8].*-*}
CONFIGURE_ENV+= ac_cv_sys_year2038_opts="none needed"
.endif
Home |
Main Index |
Thread Index |
Old Index