From owner-cvs-all Sat Mar 10 3:55:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5864E37B718; Sat, 10 Mar 2001 03:55:51 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2ABtpZ98263; Sat, 10 Mar 2001 03:55:51 -0800 (PST) (envelope-from sobomax) Message-Id: <200103101155.f2ABtpZ98263@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 10 Mar 2001 03:55:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg123 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/10 03:55:51 PST Modified files: audio/mpg123 Makefile Log: Use ${MACHINE_CPU:M3dnow} to detect presence of 3DNOW extension instead of ${MACHINE_CPU:Mk6}, because: 1. k6 CPU don't really support 3DNOW, this extension was first was introduced in k6-2 CPUs; 2. Duron/Athlon (aka k7) CPUs support this extension as well. Missed by: kris Submitted by: Philipp Mergenthaler Revision Changes Path 1.32 +2 -2 ports/audio/mpg123/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message