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: rillig
Date: Sun Apr 28 18:55:19 UTC 2019
Modified Files:
pkgsrc/sysutils/mc: Makefile
Log Message:
sysutils/mc: fix unknown configure option
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 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.113 pkgsrc/sysutils/mc/Makefile:1.114
--- pkgsrc/sysutils/mc/Makefile:1.113 Fri Jan 18 22:28:38 2019
+++ pkgsrc/sysutils/mc/Makefile Sun Apr 28 18:55:19 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2019/01/18 22:28:38 bsiegert Exp $
+# $NetBSD: Makefile,v 1.114 2019/04/28 18:55:19 rillig Exp $
DISTNAME= mc-4.8.22
CATEGORIES= sysutils
@@ -32,7 +32,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver
CONFIGURE_ARGS.Darwin+= ac_cv_func_utimensat=no
# we need working e2fsprogs and gpm packages first
-CONFIGURE_ARGS+= --without-ext2undel
+CONFIGURE_ARGS+= --disable-vfs-undelfs
CONFIGURE_ARGS+= --without-gpm-mouse
CONFIGURE_ARGS+= UNZIP=${TOOLS_PATH.unzip} ZIP=${TOOLS_PATH.zip}
Home |
Main Index |
Thread Index |
Old Index