summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-js_src_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/firefox/patches/patch-js_src_Makefile_in')
-rw-r--r--package/firefox/patches/patch-js_src_Makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/firefox/patches/patch-js_src_Makefile_in b/package/firefox/patches/patch-js_src_Makefile_in
deleted file mode 100644
index b340774ee..000000000
--- a/package/firefox/patches/patch-js_src_Makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- mozilla-release.orig/js/src/Makefile.in 2015-10-14 23:41:38.000000000 +0200
-+++ mozilla-release/js/src/Makefile.in 2015-10-22 21:35:50.515893169 +0200
-@@ -16,7 +16,7 @@ run_for_side_effects := $(shell echo 'MA
-
- ifdef JS_HAS_CTYPES
- ifdef MOZ_NATIVE_FFI
--LOCAL_INCLUDES = $(MOZ_FFI_CFLAGS)
-+LOCAL_INCLUDES =
- endif
-
- # Windows needs this to be linked with a static library.