diff options
author | abs <abs@pkgsrc.org> | 2004-05-10 17:39:39 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-05-10 17:39:39 +0000 |
commit | 648db862d978c451da79c0ecc18dd39f0abae9f7 (patch) | |
tree | d721cd3d632552ddc0d421b097a6818843cdf1e5 | |
parent | 4d4e9b4a47e0015afca3a83db4996a2e4fd355a8 (diff) | |
download | pkgsrc-648db862d978c451da79c0ecc18dd39f0abae9f7.tar.gz |
Update cpuflags to 0.68
Exclude -fomit-frame-pointer for {firefox,thunderbird}{,-gtk2}
-rw-r--r-- | devel/cpuflags/Makefile | 4 | ||||
-rw-r--r-- | devel/cpuflags/files/optimize_gcc.mk | 7 | ||||
-rw-r--r-- | doc/CHANGES | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index c3c945490b9..31c0377f3f0 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2004/04/22 12:00:05 abs Exp $ +# $NetBSD: Makefile,v 1.72 2004/05/10 17:39:39 abs Exp $ # -DISTNAME= cpuflags-0.67 +DISTNAME= cpuflags-0.68 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/devel/cpuflags/files/optimize_gcc.mk b/devel/cpuflags/files/optimize_gcc.mk index 78cd3e8ac1a..c27f1b18f38 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.15 2004/04/22 12:00:05 abs Exp $ +# $Id: optimize_gcc.mk,v 1.16 2004/05/10 17:39:39 abs Exp $ # This file is 'experimental' - which is doublespeak for unspeakably # ugly, and probably quite broken by design. @@ -29,8 +29,9 @@ PKGBASE=${.CURDIR:C:.*/::} COPT_FLAGS+=-ffast-math -fomit-frame-pointer -PKG_EXCLUDE_OMIT_FRAME_POINTER+=galeon galeon-devel lua lua4 -PKG_EXCLUDE_OMIT_FRAME_POINTER+=mozilla mozilla-gtk2 +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 .if !defined(USE_GCC3) PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice diff --git a/doc/CHANGES b/doc/CHANGES index 581e43b5a14..a9b5abb92aa 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5898 2004/05/10 16:47:15 minskim Exp $ +$NetBSD: CHANGES,v 1.5899 2004/05/10 17:40:11 abs Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2452,3 +2452,5 @@ Changes to the packages collection and infrastructure in 2004: Updated crimsonfields to 0.4.2 [wiz 2004-05-10] Updated gpass to 0.4.2 [jmmv 2004-05-10] Updated mathomatic to 11.1 [minskim 2004-05-10] + Updated cpuflags to 0.68 [abs 2004-05-10] + |