pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: correct some non-default debug se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e072b936dc5
branches:  trunk
changeset: 334914:4e072b936dc5
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Jun 09 03:44:50 2019 +0000

description:
firefox: correct some non-default debug settings

diffstat:

 www/firefox/options.mk |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r c83bdf3ae006 -r 4e072b936dc5 www/firefox/options.mk
--- a/www/firefox/options.mk    Sun Jun 09 03:40:17 2019 +0000
+++ b/www/firefox/options.mk    Sun Jun 09 03:44:50 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.45 2019/03/15 12:52:42 ryoon Exp $
+# $NetBSD: options.mk,v 1.46 2019/06/09 03:44:50 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -57,12 +57,13 @@
 .if !empty(PKG_OPTIONS:Mdebug-info)
 CONFIGURE_ARGS+=       --enable-debug-symbols
 CONFIGURE_ARGS+=       --enable-optimize=-O0
+CONFIGURE_ARGS+=       --disable-install-strip
 .else
 CONFIGURE_ARGS+=       --disable-debug-symbols
+CONFIGURE_ARGS+=       --enable-optimize=-O2
+CONFIGURE_ARGS+=       --enable-install-strip
 .endif
 CONFIGURE_ARGS+=       --disable-debug
-CONFIGURE_ARGS+=       --enable-optimize=-O2
-CONFIGURE_ARGS+=       --enable-install-strip
 .endif
 
 .if !empty(PKG_OPTIONS:Mpulseaudio)



Home | Main Index | Thread Index | Old Index