summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-01-06 00:08:51 +0000
committerabs <abs@pkgsrc.org>2005-01-06 00:08:51 +0000
commit26076885ae68c49f226ecba76eaedfe6757af2cf (patch)
tree84ad4c5ebf45cb20f899dd5126c16149aaed8885 /devel/cpuflags
parentab5739886fb4daf30c8822fb252e93140352be87 (diff)
downloadpkgsrc-26076885ae68c49f226ecba76eaedfe6757af2cf.tar.gz
Update cpuflags to 0.80:
Add qemu to the list of PKG_EXCLUDE_INLINE_FUNCTIONS packages, at least as of gcc-3.3 and qemu-0.6.1
Diffstat (limited to 'devel/cpuflags')
-rw-r--r--devel/cpuflags/Makefile4
-rw-r--r--devel/cpuflags/files/optimize_gcc.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 2bb86039ea0..899d6711ef1 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2004/12/22 15:12:18 abs Exp $
+# $NetBSD: Makefile,v 1.83 2005/01/06 00:08:51 abs Exp $
#
-DISTNAME= cpuflags-0.79
+DISTNAME= cpuflags-0.80
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/optimize_gcc.mk b/devel/cpuflags/files/optimize_gcc.mk
index c27f1b18f38..df7694a96da 100644
--- a/devel/cpuflags/files/optimize_gcc.mk
+++ b/devel/cpuflags/files/optimize_gcc.mk
@@ -1,4 +1,4 @@
-# $Id: optimize_gcc.mk,v 1.16 2004/05/10 17:39:39 abs Exp $
+# $Id: optimize_gcc.mk,v 1.17 2005/01/06 00:08:51 abs Exp $
# This file is 'experimental' - which is doublespeak for unspeakably
# ugly, and probably quite broken by design.
@@ -32,7 +32,7 @@ COPT_FLAGS+=-ffast-math -fomit-frame-pointer
PKG_EXCLUDE_OMIT_FRAME_POINTER+=firefox firefox-gtk2 galeon galeon-devel
PKG_EXCLUDE_OMIT_FRAME_POINTER+=lua lua4 mozilla mozilla-gtk2
PKG_EXCLUDE_OMIT_FRAME_POINTER+=thunderbird thunderbird-gtk2
-PKG_EXCLUDE_INLINE_FUNCTIONS+=userppp
+PKG_EXCLUDE_INLINE_FUNCTIONS+=qemu userppp
.if !defined(USE_GCC3)
PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice
.endif