summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorcheusov <cheusov>2014-08-13 18:48:09 +0000
committercheusov <cheusov>2014-08-13 18:48:09 +0000
commit7d2a7044ccd19a20902dc1699b9e6b654d3d0bde (patch)
tree035d54fdd789b02c4748d7020ce59e9e3b2194d7 /mk
parent6c8cf65b534dc0cbee71d01bf713b457adf9a95c (diff)
downloadpkgsrc-7d2a7044ccd19a20902dc1699b9e6b654d3d0bde.tar.gz
Interix has dlopen(3) and family, they are provided by gcc (Interix-6.1).
pkgsrc'c check is broken, so, we set IS_BUILTIN.dl to "yes".
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Interix.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 5e93a1586d6..9ce6410833f 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.71 2013/10/13 10:10:05 wiz Exp $
+# $NetBSD: Interix.mk,v 1.72 2014/08/13 18:48:09 cheusov Exp $
#
# Variable definitions for the Interix operating system.
@@ -146,3 +146,9 @@ CONFIGURE_ENV+= ${GNU_CONFIGURE:Dac_cv_func_hstrerror=yes}
# 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.
_OPSYS_MAX_CMDLEN_CMD= ${ECHO} 262144
+
+#
+# Interix has dlopen(3) and family, they are provided by gcc (Interix-6.1).
+# pkgsrc'c check is broken.
+#
+IS_BUILTIN.dl= yes