summaryrefslogtreecommitdiff
path: root/mk/platform/IRIX.mk
diff options
context:
space:
mode:
authortv <tv>2005-01-25 18:15:58 +0000
committertv <tv>2005-01-25 18:15:58 +0000
commited65b3e18002fae0f698d9545262a7435ac0214d (patch)
tree84119074e1aef051f087b11349c786c47a9a6b27 /mk/platform/IRIX.mk
parentf1aede4b7db8e9c67d52d527c181c10f6cbf1505 (diff)
downloadpkgsrc-ed65b3e18002fae0f698d9545262a7435ac0214d.tar.gz
Relax need to put GNU_CONFIGURE before inclusion of bsd.prefs.mk:
Convert _OPSYS_MAX_CMDLEN to a plain _OPSYS_MAX_CMDLEN_CMD variable, which is not evaluated by a shell until CONFIGURE_ENV is expanded (and only then if USE_LIBTOOL+GNU_CONFIGURE are both set).
Diffstat (limited to 'mk/platform/IRIX.mk')
-rw-r--r--mk/platform/IRIX.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index d064b7c7238..d6f9c1c957e 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.7 2004/12/27 06:41:50 jlam Exp $
+# $NetBSD: IRIX.mk,v 1.8 2005/01/25 18:15:58 tv Exp $
#
# Variable definitions for the IRIX operating system.
@@ -167,9 +167,7 @@ LIBABISUFFIX= ${ABI}
# 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.
-.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)
-_OPSYS_MAX_CMDLEN!= /usr/sbin/sysconf ARG_MAX
-.endif
+_OPSYS_MAX_CMDLEN_CMD= /usr/sbin/sysconf ARG_MAX
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
# (it defaults to 'no' as per bsd.pkg.defaults.mk).