pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform mk/platform: Enable cwrappers for Haiku



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08d402ae7f25
branches:  trunk
changeset: 448814:08d402ae7f25
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Mar 15 14:20:01 2021 +0000

description:
mk/platform: Enable cwrappers for Haiku

Confirmed under Haiku/x86_64 R1/beta2.

diffstat:

 mk/platform/Haiku.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 81d91ccd310f -r 08d402ae7f25 mk/platform/Haiku.mk
--- a/mk/platform/Haiku.mk      Mon Mar 15 13:35:42 2021 +0000
+++ b/mk/platform/Haiku.mk      Mon Mar 15 14:20:01 2021 +0000
@@ -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 @@
 
 _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.



Home | Main Index | Thread Index | Old Index