pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Strip out -fomit-frame-pointer if passed in cflags
details: https://anonhg.NetBSD.org/pkgsrc/rev/8499bdb43a0c
branches: trunk
changeset: 554695:8499bdb43a0c
user: abs <abs%pkgsrc.org@localhost>
date: Wed Feb 18 10:51:40 2009 +0000
description:
Strip out -fomit-frame-pointer if passed in cflags
diffstat:
www/firefox/Makefile.common | 5 ++++-
www/seamonkey/Makefile.common | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 3ee74be9e374 -r 8499bdb43a0c www/firefox/Makefile.common
--- a/www/firefox/Makefile.common Wed Feb 18 10:27:34 2009 +0000
+++ b/www/firefox/Makefile.common Wed Feb 18 10:51:40 2009 +0000
@@ -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_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
diff -r 3ee74be9e374 -r 8499bdb43a0c www/seamonkey/Makefile.common
--- a/www/seamonkey/Makefile.common Wed Feb 18 10:27:34 2009 +0000
+++ b/www/seamonkey/Makefile.common Wed Feb 18 10:51:40 2009 +0000
@@ -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 @@
# 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}
Home |
Main Index |
Thread Index |
Old Index