summaryrefslogtreecommitdiff
path: root/mk/platform/Interix.mk
diff options
context:
space:
mode:
authortv <tv>2005-01-21 02:09:10 +0000
committertv <tv>2005-01-21 02:09:10 +0000
commit61a09ed2a03114c1f1a68d8274e0f7c2f70bad5a (patch)
treeb7b9285e92924166aa14cb01eb19d4c12a344745 /mk/platform/Interix.mk
parent72fcc6d9d240d66636a63e0cc16f9439a227b379 (diff)
downloadpkgsrc-61a09ed2a03114c1f1a68d8274e0f7c2f70bad5a.tar.gz
Defer the check of GNU_CONFIGURE until later; should fix build of net/ORBit
(and perhaps other packages) which set GNU_CONFIGURE only after bsd.prefs.mk.
Diffstat (limited to 'mk/platform/Interix.mk')
-rw-r--r--mk/platform/Interix.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index ae3427ee7fe..79098864afc 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.17 2005/01/18 22:36:37 tv Exp $
+# $NetBSD: Interix.mk,v 1.18 2005/01/21 02:09:10 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -185,15 +185,11 @@ SERIAL_DEVICES?= /dev/tty00 /dev/tty01 /dev/tty02 /dev/tty03
# poll(2) is broken; try to work around it by making autoconf believe
# it's missing. (Packages without autoconf will need explicit fixing.)
-.ifdef GNU_CONFIGURE
-CONFIGURE_ENV+= ac_cv_header_poll_h=no ac_cv_func_poll=no
-.endif
+CONFIGURE_ENV+= ${GNU_CONFIGURE:Dac_cv_header_poll_h=no ac_cv_func_poll=no}
# 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= 262144
-.endif
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
# (it defaults to 'no' as per bsd.pkg.defaults.mk).