pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/mc
Module Name: pkgsrc
Committed By: maya
Date: Tue Nov 20 08:04:59 UTC 2018
Modified Files:
pkgsrc/sysutils/mc: Makefile
Log Message:
mc: force fail utimensat configure test for Darwin.
Apparently it's mis-detected on (newer) macOS.
>From Jonathan Schleifer in PR pkg/53732
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/sysutils/mc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/mc/Makefile
diff -u pkgsrc/sysutils/mc/Makefile:1.111 pkgsrc/sysutils/mc/Makefile:1.112
--- pkgsrc/sysutils/mc/Makefile:1.111 Wed Aug 22 09:46:35 2018
+++ pkgsrc/sysutils/mc/Makefile Tue Nov 20 08:04:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2018/08/22 09:46:35 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2018/11/20 08:04:59 maya Exp $
DISTNAME= mc-4.8.21
PKGREVISION= 1
@@ -31,6 +31,7 @@ CHECK_WRKREF_SKIP+= bin/mcview
PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver
.endif
+CONFIGURE_ARGS.Darwin+= ac_cv_func_utimensat=no
# we need working e2fsprogs and gpm packages first
CONFIGURE_ARGS+= --without-ext2undel
CONFIGURE_ARGS+= --without-gpm-mouse
Home |
Main Index |
Thread Index |
Old Index