pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Jun  9 03:44:50 UTC 2019

Modified Files:
        pkgsrc/www/firefox: options.mk

Log Message:
firefox: correct some non-default debug settings


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/firefox/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.45 pkgsrc/www/firefox/options.mk:1.46
--- pkgsrc/www/firefox/options.mk:1.45  Fri Mar 15 12:52:42 2019
+++ pkgsrc/www/firefox/options.mk       Sun Jun  9 03:44:50 2019
@@ -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,13 +57,14 @@ PLIST.debug=                yes
 .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
-.endif
-CONFIGURE_ARGS+=       --disable-debug
 CONFIGURE_ARGS+=       --enable-optimize=-O2
 CONFIGURE_ARGS+=       --enable-install-strip
 .endif
+CONFIGURE_ARGS+=       --disable-debug
+.endif
 
 .if !empty(PKG_OPTIONS:Mpulseaudio)
 .include "../../audio/pulseaudio/buildlink3.mk"



Home | Main Index | Thread Index | Old Index