Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 8C6A163B8BC for ; Thu, 15 Apr 2010 19:01:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9BE8F63B1BA; Thu, 15 Apr 2010 19:01:56 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 964AC63B1A5 for ; Thu, 15 Apr 2010 19:01:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 69339175DF; Thu, 15 Apr 2010 19:01:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 15 Apr 2010 19:01:54 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: pkgsrc/cross/avr-gcc To: pkgsrc-changes@NetBSD.org Reply-To: jakllsch@netbsd.org X-Mailer: log_accum Message-Id: <20100415190154.69339175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: jakllsch Date: Thu Apr 15 19:01:54 UTC 2010 Modified Files: pkgsrc/cross/avr-gcc: Makefile Log Message: Include bsd.prefs.mk before adjusting CFLAGS/CXXFLAGS. Prevents build failure due to exposure of host CFLAGS to target compiler. Increment PKGREVISION just in case. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/cross/avr-gcc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.