4fa8af1d7d
* Based on Gecko 51.0.2
15 lines
431 B
Text
15 lines
431 B
Text
$NetBSD: patch-mozilla_mobile_android_installer_Makefile.in,v 1.5 2017/08/18 23:55:07 ryoon Exp $
|
|
|
|
--- mozilla/mobile/android/installer/Makefile.in.orig 2017-07-07 05:37:48.000000000 +0000
|
|
+++ mozilla/mobile/android/installer/Makefile.in
|
|
@@ -73,6 +73,10 @@ BINPATH = bin
|
|
endif
|
|
DEFINES += -DBINPATH=$(BINPATH)
|
|
|
|
+ifdef MOZ_DEBUG
|
|
+DEFINES += -DMOZ_DEBUG=1
|
|
+endif
|
|
+
|
|
ifdef ENABLE_MARIONETTE
|
|
DEFINES += -DENABLE_MARIONETTE=1
|
|
endif
|