pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avr-gcc Pass down correct shell as lang/gcc does.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d905fa9d41f
branches:  trunk
changeset: 519856:9d905fa9d41f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 11 16:12:32 2006 +0000

description:
Pass down correct shell as lang/gcc does.

diffstat:

 cross/avr-gcc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f13ed2c506cc -r 9d905fa9d41f cross/avr-gcc/Makefile
--- a/cross/avr-gcc/Makefile    Wed Oct 11 15:16:47 2006 +0000
+++ b/cross/avr-gcc/Makefile    Wed Oct 11 16:12:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/08/03 19:22:31 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/11 16:12:32 joerg Exp $
 
 DISTNAME=              gcc-3.3.2003.05.11
 PKGNAME=               avr-gcc-3.3.2003.05.11
@@ -31,6 +31,7 @@
 
 MAKE_FLAGS+=           LANGUAGES="c c++"
 MAKE_ENV+=             MACHINE_ARCH=avr
+MAKE_ENV+=             SHELL=${CONFIG_SHELL}
 
 pre-build:
                if perl -e 'use 1.10 Pod::Man' >/dev/null 2>/dev/null ; \



Home | Main Index | Thread Index | Old Index