pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Use system maximum command line length



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32279bac7c34
branches:  trunk
changeset: 474820:32279bac7c34
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 06 06:32:22 2004 +0000

description:
Use system maximum command line length

diffstat:

 mk/defs.Darwin.mk |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r e52b19cd340e -r 32279bac7c34 mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Thu May 06 04:40:04 2004 +0000
+++ b/mk/defs.Darwin.mk Thu May 06 06:32:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.73 2004/05/04 00:11:23 danw Exp $
+# $NetBSD: defs.Darwin.mk,v 1.74 2004/05/06 06:32:22 adam Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -151,8 +151,7 @@
 
 # check for maximum command line length and set it in configure's environment,
 # to avoid a test required by the libtool script that takes forever.
-# FIXME: Adjust to work on this system and enable the lines below.
-#.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)
-#_OPSYS_MAX_CMDLEN!=   /sbin/sysctl -n kern.argmax
-#CONFIGURE_ENV+=               lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
-#.endif
+.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)
+_OPSYS_MAX_CMDLEN!=    /usr/sbin/sysctl -n kern.argmax
+CONFIGURE_ENV+=                lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
+.endif



Home | Main Index | Thread Index | Old Index