diff options
author | tron <tron@pkgsrc.org> | 2007-11-26 00:52:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-11-26 00:52:32 +0000 |
commit | 6b9661cc2be1770843026eaa49b21909074bf207 (patch) | |
tree | b07d1b63600dfbb1273155e49fc556b099355d98 /sysutils/coreutils | |
parent | 3e7431b6b82000c49de2c0d49e8c2b781bd7bdec (diff) | |
download | pkgsrc-6b9661cc2be1770843026eaa49b21909074bf207.tar.gz |
Use work around from "bug-gnulib" mailing list to fix build problem
under Mac OS X Leopard.
Diffstat (limited to 'sysutils/coreutils')
-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 " |