pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/coreutils Use work around from "bug-gnulib" m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dce84ae5746a
branches:  trunk
changeset: 535697:dce84ae5746a
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Nov 26 00:52:32 2007 +0000

description:
Use work around from "bug-gnulib" mailing list to fix build problem
under Mac OS X Leopard.

diffstat:

 sysutils/coreutils/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r be182feceef2 -r dce84ae5746a sysutils/coreutils/Makefile
--- a/sysutils/coreutils/Makefile       Mon Nov 26 00:26:21 2007 +0000
+++ b/sysutils/coreutils/Makefile       Mon Nov 26 00:52:32 2007 +0000
@@ -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 @@
 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 "



Home | Main Index | Thread Index | Old Index