summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorabs <abs>2009-02-18 10:51:40 +0000
committerabs <abs>2009-02-18 10:51:40 +0000
commit5531b548f9176648366c1858d8b5ba52b63b8d68 (patch)
tree19213c1a09796e3f25ac7289ba7b5862ab8c68d8 /www/firefox
parent1866c8ad48fe5cc5549f9320cdb1e9240bad17dc (diff)
downloadpkgsrc-5531b548f9176648366c1858d8b5ba52b63b8d68.tar.gz
Strip out -fomit-frame-pointer if passed in cflags
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile.common5
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