pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Enable cwrappers by default on NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/583a13ead54f
branches:  trunk
changeset: 354350:583a13ead54f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 27 12:29:17 2016 +0000

description:
Enable cwrappers by default on NetBSD.

diffstat:

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

diffs (18 lines):

diff -r 3f120cd1a243 -r 583a13ead54f mk/platform/NetBSD.mk
--- a/mk/platform/NetBSD.mk     Thu Oct 27 12:25:15 2016 +0000
+++ b/mk/platform/NetBSD.mk     Thu Oct 27 12:29:17 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.48 2016/03/11 23:54:09 khorben Exp $
+# $NetBSD: NetBSD.mk,v 1.49 2016/10/27 12:29:17 wiz Exp $
 #
 # Variable definitions for the NetBSD operating system.
 
@@ -146,6 +146,8 @@
 _OPSYS_SUPPORTS_SSP=   yes
 .endif
 
+_OPSYS_SUPPORTS_CWRAPPERS=     yes
+
 _OPSYS_CAN_CHECK_SHLIBS=       yes # use readelf in check/bsd.check-vars.mk
 
 # check for maximum command line length and set it in configure's environment,



Home | Main Index | Thread Index | Old Index