pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc3-c We should only ever append to DEPENDS, not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76844d8087d4
branches:  trunk
changeset: 467742:76844d8087d4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Feb 06 01:42:29 2004 +0000

description:
We should only ever append to DEPENDS, not set it.

diffstat:

 lang/gcc3-c/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 712a8b286b41 -r 76844d8087d4 lang/gcc3-c/Makefile.common
--- a/lang/gcc3-c/Makefile.common       Fri Feb 06 01:31:05 2004 +0000
+++ b/lang/gcc3-c/Makefile.common       Fri Feb 06 01:42:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/02/01 14:05:47 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/02/06 01:42:29 jlam Exp $
 
 GCC_VERSION=   3.3.2
 DISTNAME=      gcc-${GCC_VERSION}
@@ -59,7 +59,7 @@
 .endif
 
 .if defined(USE_BINUTILS) && !empty(USE_BINUTILS:M[yY][eE][sS])
-DEPENDS=               binutils>=2.13.2.1:../../devel/binutils
+DEPENDS+=              binutils>=2.13.2.1:../../devel/binutils
 CONFIGURE_ARGS+=       --with-as=${PREFIX}/${MACHINE_GNU_PLATFORM}/bin/as
 .endif
 



Home | Main Index | Thread Index | Old Index