diff options
author | abs <abs@pkgsrc.org> | 2008-12-18 01:01:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-12-18 01:01:33 +0000 |
commit | 28acedb13fb056dfa3b663a38a6cc9e05fcac6df (patch) | |
tree | b508af4cc292d81a360ee7670a2d533ac14c6893 | |
parent | 0ae1d146a8b3e62b5edb33683263fad910518611 (diff) | |
download | pkgsrc-28acedb13fb056dfa3b663a38a6cc9e05fcac6df.tar.gz |
Updated devel/cpuflags to 1.26
Ensure we use `` on Solaris - PR 40176
-rw-r--r-- | devel/cpuflags/Makefile | 4 | ||||
-rwxr-xr-x | devel/cpuflags/files/subr_SunOS | 4 |
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 *) |