summaryrefslogtreecommitdiff
path: root/mk/platform/Darwin.mk
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-24 14:59:56 +0000
committerjperkin <jperkin>2016-02-24 14:59:56 +0000
commit07a570e37cb8c669341d3cc816e818643e2371ef (patch)
tree8c1c9989207f360aede871ee2c5b1ff8b7bf6ed2 /mk/platform/Darwin.mk
parentd6e98acea937ff3a02e2dcb407cd0a2094e78bac (diff)
downloadpkgsrc-07a570e37cb8c669341d3cc816e818643e2371ef.tar.gz
Default to the system libuuid. The system headers assume that the libuuid
header provides the uuid_string_t typedef, which is not the case with the version coming from pkgsrc.
Diffstat (limited to 'mk/platform/Darwin.mk')
-rw-r--r--mk/platform/Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index 1f65c68d854..9162e47355f 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.77 2016/02/22 19:57:41 jperkin Exp $
+# $NetBSD: Darwin.mk,v 1.78 2016/02/24 14:59:56 jperkin Exp $
#
# Variable definitions for the Darwin operating system.
@@ -133,6 +133,7 @@ USE_BUILTIN.dl= no # Darwin-[56].* uses devel/dlcompat
.endif
# Builtin defaults which make sense for this platform.
+_OPSYS_PREFER.libuuid?= native # system headers assume uuid_string_t
_OPSYS_PREFER.linux-pam?= native
_OPSYS_PREFER.mit-krb5?= native
.if ${OS_VERSION:R} >= 11