From 86302fe1d616cf706b818f87c33143099d58a0ed Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 24 Feb 2016 14:59:56 +0000 Subject: 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. --- mk/platform/Darwin.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') 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 -- cgit v1.2.3