Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id DF8BC63B89C for ; Thu, 12 Aug 2010 15:29:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1EF9563B100; Thu, 12 Aug 2010 15:29:00 +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 1C04963B104 for ; Thu, 12 Aug 2010 15:28:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F34C5175DD; Thu, 12 Aug 2010 15:28:46 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 12 Aug 2010 15:28:46 +0000 From: Izumi Tsutsui Subject: CVS commit: pkgsrc/multimedia/mplayer-share To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20100812152846.F34C5175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tsutsui Date: Thu Aug 12 15:28:46 UTC 2010 Modified Files: pkgsrc/multimedia/mplayer-share: Makefile.common Log Message: Fix build failure and make mplayer work properly on NetBSD/arm: - workaround name conflict with system header in libavutils by subst.mk replacement - explicitly disable armv5te, armv6, and armv6t2 options that are enabled by autodetect code in configure but cause illegal instruction errors on StrongARM and XScale machines Tested on NetBSD/hpcarm (WS011SH) and NetBSD/shark (Funai's DNARD) 5.99.38. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/multimedia/mplayer-share/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.