summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/cpuflags/Makefile4
-rwxr-xr-xdevel/cpuflags/files/subr_SunOS4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 3b0bf0da742..0add568bae3 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2008/12/18 00:57:12 abs Exp $
+# $NetBSD: Makefile,v 1.132 2008/12/18 01:01:33 abs Exp $
-DISTNAME= cpuflags-1.25
+DISTNAME= cpuflags-1.26
CATEGORIES= devel sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/subr_SunOS b/devel/cpuflags/files/subr_SunOS
index c6162baf9f1..162225850d0 100755
--- a/devel/cpuflags/files/subr_SunOS
+++ b/devel/cpuflags/files/subr_SunOS
@@ -1,4 +1,4 @@
-# $NetBSD: subr_SunOS,v 1.2 2008/12/10 23:27:17 abs Exp $
+# $NetBSD: subr_SunOS,v 1.3 2008/12/18 01:01:33 abs Exp $
AWK=nawk
SED=sed
@@ -27,7 +27,7 @@ determine_arch()
sun4u ) ARCH='-mcpu=v9' ;;
i86pc )
include subr_x86 # this provides map_x86_brand_string()
- ARCH=$(map_x86_brand_string "$cpu_brand")
+ ARCH=`map_x86_brand_string "$cpu_brand"`
if [ -z "$ARCH" ] ; then
case "$hw_psrinfo" in
*)