summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-01-29 14:58:39 +0000
committerabs <abs@pkgsrc.org>2005-01-29 14:58:39 +0000
commitcc9dd8ee54dadb78085643604b71a0a4ced3c9b4 (patch)
tree3b5761086e1695209289cd67637be8556cb9c14c /devel/cpuflags
parentcda88c26c4bd1cb641f5f5431275fdf736975d34 (diff)
downloadpkgsrc-cc9dd8ee54dadb78085643604b71a0a4ced3c9b4.tar.gz
Update cpuflags to 0.81:
firefox and firefox-gtk2 do not like -finline-functions. It gives broken radio buttons in Edit->Preferences
Diffstat (limited to 'devel/cpuflags')
-rw-r--r--devel/cpuflags/Makefile4
-rw-r--r--devel/cpuflags/files/optimize_gcc.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 899d6711ef1..fb6a935daba 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2005/01/06 00:08:51 abs Exp $
+# $NetBSD: Makefile,v 1.84 2005/01/29 14:58:39 abs Exp $
#
-DISTNAME= cpuflags-0.80
+DISTNAME= cpuflags-0.81
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/optimize_gcc.mk b/devel/cpuflags/files/optimize_gcc.mk
index df7694a96da..0946a989426 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.17 2005/01/06 00:08:51 abs Exp $
+# $Id: optimize_gcc.mk,v 1.18 2005/01/29 14:58:40 abs Exp $
# This file is 'experimental' - which is doublespeak for unspeakably
# ugly, and probably quite broken by design.
@@ -33,6 +33,7 @@ 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+=qemu userppp
+PKG_EXCLUDE_INLINE_FUNCTIONS+=firefox firefox-gtk2 # v1.0, NetBSD i386/2.0
.if !defined(USE_GCC3)
PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice
.endif