summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-03-15 14:20:01 +0000
committerryoon <ryoon@pkgsrc.org>2021-03-15 14:20:01 +0000
commite7c8d373bd31d50b7a6d57baf17bfadeab2370fc (patch)
tree58949bf5b6efe3053e58b558a46c8a9b327adaf3 /mk
parentd563479815504f3d3c8184bb8bc0477f8221d804 (diff)
downloadpkgsrc-e7c8d373bd31d50b7a6d57baf17bfadeab2370fc.tar.gz
mk/platform: Enable cwrappers for Haiku
Confirmed under Haiku/x86_64 R1/beta2.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Haiku.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/platform/Haiku.mk b/mk/platform/Haiku.mk
index 67023a28ba3..cae5c582566 100644
--- a/mk/platform/Haiku.mk
+++ b/mk/platform/Haiku.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Haiku.mk,v 1.15 2018/10/11 08:30:16 adam Exp $
+# $NetBSD: Haiku.mk,v 1.16 2021/03/15 14:20:01 ryoon Exp $
#
# Variable definitions for the Haiku operating system.
@@ -62,6 +62,8 @@ _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip
_OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk
+_OPSYS_SUPPORTS_CWRAPPERS= 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.
# FIXME: Adjust to work on this system and enable the lines below.