summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-02-18 10:51:40 +0000
committerabs <abs@pkgsrc.org>2009-02-18 10:51:40 +0000
commit7a97e86e864c9fe072b48404c8bebbdc87565724 (patch)
tree19213c1a09796e3f25ac7289ba7b5862ab8c68d8 /www/seamonkey
parent3243ea6fabf1efeedf9b22212439e35ae3c2c1c3 (diff)
downloadpkgsrc-7a97e86e864c9fe072b48404c8bebbdc87565724.tar.gz
Strip out -fomit-frame-pointer if passed in cflags
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 555af3a5e3b..8dcd1d2f857 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2008/11/03 14:18:42 ghen Exp $
+# $NetBSD: Makefile.common,v 1.32 2009/02/18 10:51:40 abs Exp $
# used by mail/thunderbird/Makefile-thunderbird.common
# used by www/seamonkey/Makefile-seamonkey.common
# used by time/sunbird/Makefile-sunbird.common
@@ -73,6 +73,9 @@ CONFIGURE_ARGS+= --enable-default-toolkit=gtk
# NetBSD-*-m68k builds, but "regchrome" dumps core.
NOT_FOR_PLATFORM= NetBSD-1.4.*-* NetBSD-*-m68k
+# Mozilla applications require the frame-pointer
+BUILDLINK_TRANSFORM+= rm:-fomit-frame-pointer
+
MAKE_ENV+= MOZILLA_PKG_NAME=${MOZILLA:Q}
MOZ_LIBDIR= ${PREFIX}/lib/${MOZILLA}