iupdate cpuflags to 0.66:
Avoid -fomit-frame-pointer for mozilla-gtk2 & galeon-devel
This commit is contained in:
parent
0fc79725c4
commit
ee11bd690f
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.69 2004/04/01 19:44:59 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.70 2004/04/20 20:11:34 abs Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cpuflags-0.65
|
||||
DISTNAME= cpuflags-0.66
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: optimize_gcc.mk,v 1.13 2003/08/07 11:30:05 abs Exp $
|
||||
# $Id: optimize_gcc.mk,v 1.14 2004/04/20 20:11:34 abs Exp $
|
||||
|
||||
# This file is 'experimental' - which is doublespeak for unspeakably
|
||||
# ugly, and probably quite broken by design.
|
||||
|
@ -29,7 +29,8 @@ PKGBASE=${.CURDIR:C:.*/::}
|
|||
|
||||
COPT_FLAGS+=-ffast-math -fomit-frame-pointer
|
||||
|
||||
PKG_EXCLUDE_OMIT_FRAME_POINTER+=galeon lua lua4 mozilla phoenix
|
||||
PKG_EXCLUDE_OMIT_FRAME_POINTER+=galeon galeon-devel lua lua4
|
||||
PKG_EXCLUDE_OMIT_FRAME_POINTER+=mozilla mozilla-devel
|
||||
PKG_EXCLUDE_INLINE_FUNCTIONS+=userppp
|
||||
.if !defined(USE_GCC3)
|
||||
PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice
|
||||
|
|
Loading…
Reference in a new issue