Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E1FAD63BC1D for ; Mon, 7 Sep 2009 14:25:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4B8AC63B130; Mon, 7 Sep 2009 14:25:10 +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 C64BD63B122 for ; Mon, 7 Sep 2009 14:25:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B6A7A175D0; Mon, 7 Sep 2009 14:25:08 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 7 Sep 2009 14:25:08 +0000 From: Reinoud Zandijk Subject: CVS commit: pkgsrc/emulators/wine To: pkgsrc-changes@NetBSD.org Reply-To: reinoud@netbsd.org X-Mailer: log_accum Message-Id: <20090907142508.B6A7A175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: reinoud Date: Mon Sep 7 14:25:08 UTC 2009 Modified Files: pkgsrc/emulators/wine: distinfo Added Files: pkgsrc/emulators/wine/patches: patch-cb Log Message: Fix build to Wine a bit. It would bomb out on: freetype.c:166: error: 'FT_MulFix' undeclared here (not in a function) freetype.c:166: warning: type defaults to 'int' in declaration of 'pFT_MulFix' This is due to a newer version of freetype. Patch by Shunichi Fuji. Still fails to compile on other errors, but one more down. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/emulators/wine/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/wine/patches/patch-cb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.