diff options
Diffstat (limited to 'main/xulrunner/no-stab.patch')
-rw-r--r-- | main/xulrunner/no-stab.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/xulrunner/no-stab.patch b/main/xulrunner/no-stab.patch deleted file mode 100644 index 76ad5b62c..000000000 --- a/main/xulrunner/no-stab.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- ./toolkit/crashreporter/google-breakpad/src/common/Makefile.in.orig 2013-07-18 13:40:27.554068574 -0400 -+++ ./toolkit/crashreporter/google-breakpad/src/common/Makefile.in 2013-07-18 13:45:20.217384653 -0400 -@@ -77,10 +77,7 @@ TARGET_LOCAL_INCLUDES += -I$(topsrcdir)/ - DEFINES += -DNO_STABS_SUPPORT - else - ifneq (WINNT,$(OS_TARGET)) --CPPSRCS += \ -- stabs_to_module.cc \ -- stabs_reader.cc \ -- $(NULL) -+DEFINES += -DNO_STABS_SUPPORT - endif - endif - |