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:   jperkin
Date:           Fri Oct 28 09:21:08 UTC 2016

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

Log Message:
Enable cwrappers by default on OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/mk/platform/OpenBSD.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/OpenBSD.mk
diff -u pkgsrc/mk/platform/OpenBSD.mk:1.40 pkgsrc/mk/platform/OpenBSD.mk:1.41
--- pkgsrc/mk/platform/OpenBSD.mk:1.40  Thu Mar 10 16:58:19 2016
+++ pkgsrc/mk/platform/OpenBSD.mk       Fri Oct 28 09:21:08 2016
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.40 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: OpenBSD.mk,v 1.41 2016/10/28 09:21:08 jperkin Exp $
 #
 # Variable definitions for the OpenBSD operating system.
 
@@ -89,6 +89,8 @@ SERIAL_DEVICES?=      /dev/null
 PKG_HAVE_KQUEUE=       # defined
 .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