summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-21 21:50:41 +0000
committerxtraeme <xtraeme>2004-07-21 21:50:41 +0000
commit2b580d1bf4ac31de202d254f1a3aa2616923c269 (patch)
treeef7c69b44d6fd91e995fa128bb6d6ff9da8e527e /mk
parente4082ff010fde9eda52b5b33289a802531b94d15 (diff)
downloadpkgsrc-2b580d1bf4ac31de202d254f1a3aa2616923c269.tar.gz
Enable _OPSYS_MAX_CMDLEN test.
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.OpenBSD.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/mk/defs.OpenBSD.mk b/mk/defs.OpenBSD.mk
index b2269ba7032..1079f4a0d26 100644
--- a/mk/defs.OpenBSD.mk
+++ b/mk/defs.OpenBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.OpenBSD.mk,v 1.35 2004/06/18 11:22:41 kristerw Exp $
+# $NetBSD: defs.OpenBSD.mk,v 1.36 2004/07/21 21:50:41 xtraeme Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -174,11 +174,10 @@ SERIAL_DEVICES?= /dev/null
# 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!= /sbin/sysctl -n kern.argmax
+CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
+.endif
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
# (it defaults to 'no' as per bsd.pkg.defaults.mk).