diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-08-16 12:11:17 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-08-16 12:11:17 +0000 |
commit | 42eba58abe9ae7765d922dc2e2acdc8c6577f732 (patch) | |
tree | 1402b06e8848b71c9367222debedf4c61768ea40 /mk/platform | |
parent | 98bdb8960c32bdab6e633c9d9eea1c87ec5da8e7 (diff) | |
download | pkgsrc-42eba58abe9ae7765d922dc2e2acdc8c6577f732.tar.gz |
Move platform-specific settings to the platform file.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Darwin.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 5e7082f340c..405fb383d2a 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.53 2013/07/12 10:41:58 jperkin Exp $ +# $NetBSD: Darwin.mk,v 1.54 2013/08/16 12:11:17 jperkin Exp $ # # Variable definitions for the Darwin operating system. @@ -92,8 +92,12 @@ _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -V simple -b -z # switch to patch(1) for backup suffix _USE_RPATH= no # don't add rpath to LDFLAGS +# Comes with a native mit-krb5 implementation +KRB5_DEFAULT?= mit-krb5 + # Builtin defaults which make sense for this platform. PREFER.linux-pam?= native +PREFER.mit-krb5?= native # flags passed to the linker to extract all symbols from static archives. # this is GNU ld. |