From 71ba5a3368eeee051787adccdb77530fca50590b Mon Sep 17 00:00:00 2001 From: danw Date: Mon, 10 Nov 2003 02:45:01 +0000 Subject: add Darwin to the list of architectures to not try to override setenv on. --- print/gv/distinfo | 4 ++-- print/gv/patches/patch-aa | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/print/gv/distinfo b/print/gv/distinfo index 9c8606a53f4..0061d3e49fb 100644 --- a/print/gv/distinfo +++ b/print/gv/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2003/07/29 15:59:58 mrg Exp $ +$NetBSD: distinfo,v 1.6 2003/11/10 02:45:01 danw Exp $ SHA1 (gv-3.5.8.tar.gz) = 5c67b41ee19887bf1efed4e958d09d3845a857aa Size (gv-3.5.8.tar.gz) = 369609 bytes -SHA1 (patch-aa) = 27e158efd12d67776e1977bba2bbb8f464aa6101 +SHA1 (patch-aa) = a1a3a3006d9e8a3b98da6110afd0ac9962bf6d3d SHA1 (patch-ab) = 219c5b4b9402dd68dc4855eb8179f44d60e9d8af SHA1 (patch-ac) = 19c9eb3db6b670f41996a7e5d10aaca1b1f92835 SHA1 (patch-ae) = c9ff70c144a793b3cb058aa039dd51e8991d8036 diff --git a/print/gv/patches/patch-aa b/print/gv/patches/patch-aa index 3a3a7fcce17..a5bdee3c40d 100644 --- a/print/gv/patches/patch-aa +++ b/print/gv/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.7 2003/03/31 02:43:11 jschauma Exp $ +$NetBSD: patch-aa,v 1.8 2003/11/10 02:45:01 danw Exp $ --- config.Unix.orig Fri Jun 6 18:00:00 1997 +++ config.Unix Sun Mar 30 21:25:38 2003 @@ -30,7 +30,7 @@ $NetBSD: patch-aa,v 1.7 2003/03/31 02:43:11 jschauma Exp $ XCOMM --- Use extra code for setenv() and getenv() ? XCOMM -------------------------------------------------------------------- -#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) -+#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && !defined(NetBSDArchitecture) && !defined(OpenBSDArchitecture) ++#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && !defined(NetBSDArchitecture) && !defined(OpenBSDArchitecture) && !defined(DarwinArchitecture) # define USE_SETENV_CODE #endif -- cgit v1.2.3