Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 97A9A63B90D for ; Tue, 9 Oct 2012 17:53:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6D56714A15D; Tue, 9 Oct 2012 17:53:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D51C614A155 for ; Tue, 9 Oct 2012 17:53:52 +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 RuCaYKxipDcm for ; Tue, 9 Oct 2012 17:53:52 +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 6262214A141 for ; Tue, 9 Oct 2012 17:53:51 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E0816175DD; Tue, 9 Oct 2012 17:53:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 9 Oct 2012 17:53:51 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/multimedia/gpac To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20121009175351.E0816175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Tue Oct 9 17:53:51 UTC 2012 Modified Files: pkgsrc/multimedia/gpac: distinfo pkgsrc/multimedia/gpac/patches: patch-ac Log Message: multimedia/gpac: Fix linker flag bug GCC 4.6+ does not tolerate flags starting with "--" like older versions do. These flags were meant to fall to the linker, but starting with GCC 4.6, they have to be explicitly prefixed with "-Wl,". Fix the gcc 4.7 breakage on "--warn-common". To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/gpac/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/multimedia/gpac/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.