Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version tracks 31 ESR.
15 lines
431 B
Text
15 lines
431 B
Text
$NetBSD: patch-mozilla_mobile_android_installer_Makefile.in,v 1.1 2015/07/13 17:49:26 ryoon Exp $
|
|
|
|
--- mozilla/mobile/android/installer/Makefile.in.orig 2014-07-18 00:05:44.000000000 +0000
|
|
+++ mozilla/mobile/android/installer/Makefile.in
|
|
@@ -41,6 +41,10 @@ BINPATH = bin
|
|
endif
|
|
DEFINES += -DBINPATH=$(BINPATH)
|
|
|
|
+ifdef MOZ_DEBUG
|
|
+DEFINES += -DMOZ_DEBUG=1
|
|
+endif
|
|
+
|
|
ifdef ENABLE_MARIONETTE
|
|
DEFINES += -DENABLE_MARIONETTE=1
|
|
endif
|