Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1B4D163BBEC for ; Sun, 8 Apr 2012 20:45:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4EFA814A41E; Sun, 8 Apr 2012 20:45:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB3B014A41B for ; Sun, 8 Apr 2012 20:45:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bBLO3Itzji2u for ; Sun, 8 Apr 2012 20:45:16 +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 7BB9714A40F for ; Sun, 8 Apr 2012 20:45:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 141C9175DD; Sun, 8 Apr 2012 20:45:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 8 Apr 2012 20:45:16 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang/gcc34 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20120408204516.141C9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun Apr 8 20:45:15 UTC 2012 Modified Files: pkgsrc/lang/gcc34: Makefile distinfo Added Files: pkgsrc/lang/gcc34/patches: patch-gcc_config_sol2.h Log Message: Fix PR pkg/46029 * Make gcc handle -fPIC properly. from http://gcc.gnu.org/viewcvs/branches/csl-sol210-3_4-branch/gcc/config/sol2.h?r1=87927&r2=87928&pathrev=178719 To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/lang/gcc34/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/gcc34/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/gcc34/patches/patch-gcc_config_sol2.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.