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:           Wed Sep 11 16:30:05 UTC 2019

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

Log Message:
firefox: remove no longer defined/required make variable


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/www/firefox/options.mk:1.49
--- pkgsrc/www/firefox/options.mk:1.48  Wed Sep 11 14:19:08 2019
+++ pkgsrc/www/firefox/options.mk       Wed Sep 11 16:30:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.48 2019/09/11 14:19:08 ryoon Exp $
+# $NetBSD: options.mk,v 1.49 2019/09/11 16:30:05 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=      --disable-jemalloc
 .endif
 
 .if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+=       --enable-debug="-g -O0 ${O0TRACKING}"
+CONFIGURE_ARGS+=       --enable-debug="-g -O0"
 CONFIGURE_ARGS+=       --disable-optimize
 CONFIGURE_ARGS+=       --enable-debug-js-modules
 CONFIGURE_ARGS+=       --disable-install-strip



Home | Main Index | Thread Index | Old Index