summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-12-04 15:37:41 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-12-04 15:37:41 +0000
commit3cc22d9bc0d3f792790bad66d97961d6e764e95d (patch)
treedcf143f13d9e78e71d7eac1a425e1e83cc4a0633 /mk/platform
parentca7b482c61f58bd7cef0e8e6f5bee301414300af (diff)
downloadpkgsrc-3cc22d9bc0d3f792790bad66d97961d6e764e95d.tar.gz
Enable cwrappers for Dragonfly and FreeBSD. Remove Linux emulation (gone)
for Dragonfly. From David Shao in PR pkg/51688.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/DragonFly.mk5
-rw-r--r--mk/platform/FreeBSD.mk3
2 files changed, 5 insertions, 3 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index ed3ac0ae158..eb279c000ad 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.50 2016/10/25 20:00:47 marino Exp $
+# $NetBSD: DragonFly.mk,v 1.51 2016/12/04 15:37:41 bsiegert Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -25,7 +25,7 @@ ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
ULIMIT_CMD_cputime?= ulimit -t `ulimit -H -t`
-_OPSYS_EMULDIR.linux= /compat/linux
+_OPSYS_EMULDIR.linux= # empty
_OPSYS_SYSTEM_RPATH?= /lib:/usr/lib:/usr/lib/gcc47:/usr/lib/gcc50
_OPSYS_LIB_DIRS?= /lib /usr/lib
@@ -52,6 +52,7 @@ _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip
DEFAULT_SERIAL_DEVICE?= /dev/cuaa0
SERIAL_DEVICES?= /dev/cuaa0
+_OPSYS_SUPPORTS_CWRAPPERS= yes
_OPSYS_CAN_CHECK_SHLIBS= yes # use readelf in check/bsd.check-vars.mk
# check for kqueue(2) support
diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk
index 30fa7c40a4b..434393ccdf4 100644
--- a/mk/platform/FreeBSD.mk
+++ b/mk/platform/FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: FreeBSD.mk,v 1.32 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: FreeBSD.mk,v 1.33 2016/12/04 15:37:41 bsiegert Exp $
#
# Variable definitions for the FreeBSD operating system.
@@ -63,6 +63,7 @@ SERIAL_DEVICES?= /dev/cuaa0
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,