diff options
Diffstat (limited to 'www/firefox/patches/patch-b2g_installer_Makefile.in')
-rw-r--r-- | www/firefox/patches/patch-b2g_installer_Makefile.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/firefox/patches/patch-b2g_installer_Makefile.in b/www/firefox/patches/patch-b2g_installer_Makefile.in deleted file mode 100644 index 9adca6c63a6..00000000000 --- a/www/firefox/patches/patch-b2g_installer_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-b2g_installer_Makefile.in,v 1.1 2014/07/24 14:57:12 ryoon Exp $ - ---- b2g/installer/Makefile.in.orig 2014-07-17 01:45:05.000000000 +0000 -+++ b2g/installer/Makefile.in -@@ -61,6 +61,10 @@ ifneq (,$(filter rtsp,$(NECKO_PROTOCOLS) - DEFINES += -DMOZ_RTSP - endif - -+ifdef MOZ_DEBUG -+DEFINES += -DMOZ_DEBUG=1 -+endif -+ - ifdef GKMEDIAS_SHARED_LIBRARY - DEFINES += -DGKMEDIAS_SHARED_LIBRARY - endif |