diff options
author | abs <abs@pkgsrc.org> | 2009-02-18 10:51:40 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-18 10:51:40 +0000 |
commit | 7a97e86e864c9fe072b48404c8bebbdc87565724 (patch) | |
tree | 19213c1a09796e3f25ac7289ba7b5862ab8c68d8 /www/firefox | |
parent | 3243ea6fabf1efeedf9b22212439e35ae3c2c1c3 (diff) | |
download | pkgsrc-7a97e86e864c9fe072b48404c8bebbdc87565724.tar.gz |
Strip out -fomit-frame-pointer if passed in cflags
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common index a70be25c163..cdb28852d96 100644 --- a/www/firefox/Makefile.common +++ b/www/firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2008/05/19 10:43:02 tnn Exp $ +# $NetBSD: Makefile.common,v 1.26 2009/02/18 10:51:40 abs Exp $ # used by www/firefox/Makefile-firefox.common MOZ_DIST_VER?= ${MOZ_VER} @@ -19,6 +19,9 @@ USE_LANGUAGES= c c++ USE_TOOLS+= autoconf213 gmake perl pkg-config GNU_CONFIGURE= yes +# Mozilla applications require the frame-pointer +BUILDLINK_TRANSFORM+= rm:-fomit-frame-pointer + INSTALL_TEMPLATES+= ${.CURDIR}/../../www/seamonkey/INSTALL CONFIG_GUESS_OVERRIDE= build/autoconf/config.guess |