diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index c46f7e55b56..db352e2bea9 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/07/19 09:07:43 tron Exp $ +# $NetBSD: Makefile,v 1.40 2007/11/26 00:52:32 tron Exp $ DISTNAME= coreutils-6.9 CATEGORIES= sysutils @@ -27,6 +27,10 @@ TEST_TARGET= check CONFIGURE_ENV+= ac_list_mounted_fs=found .endif +.if ${OPSYS} == "Darwin" && !empty(OS_VERSION:M9.*) +CONFIGURE_ENV+= jm_cv_func_svid_putenv=yes +.endif + # Exclude programs from PLIST which aren't built on a platform. .if ${OPSYS} == "Interix" PLIST_SUBST+= COREUTILS_HAVE_HOSTID="@comment " |