Date: Sat, 10 Mar 2001 03:55:51 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg123 Makefile Message-ID: <200103101155.f2ABtpZ98263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <un1i@rz.uni-karlsruhe.de> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103101155.f2ABtpZ98263>