Updated devel/cpuflags to 1.26
Ensure we use `` on Solaris - PR 40176
This commit is contained in:
parent
0ae1d146a8
commit
28acedb13f
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue