diff options
author | maya <maya@pkgsrc.org> | 2018-11-20 08:04:59 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-11-20 08:04:59 +0000 |
commit | 128e2f895752f3fc281fed98d0bd8078f178933b (patch) | |
tree | 7e4fc83b36e51830e42748972e7ae3d019ea0c88 | |
parent | 476a14e54752011ce8b29972672ce800f716b051 (diff) | |
download | pkgsrc-128e2f895752f3fc281fed98d0bd8078f178933b.tar.gz |
mc: force fail utimensat configure test for Darwin.
Apparently it's mis-detected on (newer) macOS.
From Jonathan Schleifer in PR pkg/53732
-rw-r--r-- | sysutils/mc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 47cfc623e33..98ef4a05824 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -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 |