diff options
author | rh <rh> | 2003-10-19 00:24:28 +0000 |
---|---|---|
committer | rh <rh> | 2003-10-19 00:24:28 +0000 |
commit | df6b23b019db9d4297ab8c06fa7a65013f687b61 (patch) | |
tree | c54caefb0868fd3ff1c8d83c6008a4a3036bd9c0 /devel/cpuflags/Makefile | |
parent | eca8d3a7a78dd694023e084138b09b8f858fd0d0 (diff) | |
download | pkgsrc-df6b23b019db9d4297ab8c06fa7a65013f687b61.tar.gz |
Fix an Athlon detection glitch: the "Athlon Model 1" is neither an
"Athlon MP" nor a "Pentium Pro". Correct this by testing for the special
cases first rather than trying to be clever in the generic test.
Bump package version to 0.58
Diffstat (limited to 'devel/cpuflags/Makefile')
-rw-r--r-- | devel/cpuflags/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 8216f6b6a39..508dd5f510f 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2003/10/02 16:10:00 abs Exp $ +# $NetBSD: Makefile,v 1.61 2003/10/19 00:24:28 rh Exp $ # -DISTNAME= cpuflags-0.57 +DISTNAME= cpuflags-0.58 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty |