summaryrefslogtreecommitdiff
path: root/devel/cpuflags/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2016-01-28 19:11:30 +0000
committerabs <abs@pkgsrc.org>2016-01-28 19:11:30 +0000
commitbf09e1eef4e21f6bb3ec63cf58c736945915a550 (patch)
tree5ed827ba4fa791e742d6c7d275b897aae2fad672 /devel/cpuflags/Makefile
parent1875e37a1ad193708d5a49e25f7202e91116f9e8 (diff)
downloadpkgsrc-bf09e1eef4e21f6bb3ec63cf58c736945915a550.tar.gz
Update cpuflags to 1.43
Handle '(' & ')' in cpuctl output Note that for modern gcc -march=native may be a better alternative
Diffstat (limited to 'devel/cpuflags/Makefile')
-rw-r--r--devel/cpuflags/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index c19bb05bb5c..059094fed12 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.152 2015/01/04 04:48:10 dholland Exp $
+# $NetBSD: Makefile,v 1.153 2016/01/28 19:11:30 abs Exp $
-DISTNAME= cpuflags-1.42
+DISTNAME= cpuflags-1.43
CATEGORIES= devel sysutils
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= abs@NetBSD.org
COMMENT= Determine compiler flags to best target current cpu
+LICENSE= 2-clause-bsd
# each OS needs explicit support (files/subr_*)
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-* FreeBSD-*-* Darwin-*-*