pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Mar 15 14:20:01 UTC 2021

Modified Files:
        pkgsrc/mk/platform: Haiku.mk

Log Message:
mk/platform: Enable cwrappers for Haiku

Confirmed under Haiku/x86_64 R1/beta2.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mk/platform/Haiku.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/platform/Haiku.mk
diff -u pkgsrc/mk/platform/Haiku.mk:1.15 pkgsrc/mk/platform/Haiku.mk:1.16
--- pkgsrc/mk/platform/Haiku.mk:1.15    Thu Oct 11 08:30:16 2018
+++ pkgsrc/mk/platform/Haiku.mk Mon Mar 15 14:20:01 2021
@@ -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_UNSTRIPP
 
 _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