diff options
author | rh <rh@pkgsrc.org> | 2003-10-19 00:24:28 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-10-19 00:24:28 +0000 |
commit | d283baef26ba307b8c0d02652d933a38a865393e (patch) | |
tree | c54caefb0868fd3ff1c8d83c6008a4a3036bd9c0 /devel/cpuflags/Makefile | |
parent | 2b27b2514b0a6310f4e4f79acc56c8aa4aeac533 (diff) | |
download | pkgsrc-d283baef26ba307b8c0d02652d933a38a865393e.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 |