aboutsummaryrefslogtreecommitdiff
path: root/audio/mpg123
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-10 11:55:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-10 11:55:50 +0000
commit04b126abb694598e36dfd47f695d563a751c7ab7 (patch)
treeb121e383397e84060fcb6f7dc3dfb3d12a2decc6 /audio/mpg123
parent065c096fb3eba997d404c7cb56540eb1a9407516 (diff)
downloadports-04b126abb694598e36dfd47f695d563a751c7ab7.tar.gz
ports-04b126abb694598e36dfd47f695d563a751c7ab7.zip
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>
Notes
Notes: svn path=/head/; revision=39415
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 6aa1ee6cc231..f2fe4a4b612f 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -58,7 +58,7 @@ pre-fetch:
.endif
.if ${MACHINE_ARCH} == "i386"
.if ${OSVERSION} >= 500018
-.if ${MACHINE_CPU:Mk6}
+.if ${MACHINE_CPU:M3dnow}
OPT_ARCH= 3dnow
.elif ${MACHINE_CPU:Mi586}
OPT_ARCH= i586