summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-js_src_shell_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-js_src_shell_Makefile.in')
-rw-r--r--www/firefox/patches/patch-js_src_shell_Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-js_src_shell_Makefile.in b/www/firefox/patches/patch-js_src_shell_Makefile.in
new file mode 100644
index 00000000000..10b79138224
--- /dev/null
+++ b/www/firefox/patches/patch-js_src_shell_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-js_src_shell_Makefile.in,v 1.1 2013/09/19 12:37:50 ryoon Exp $
+
+--- js/src/shell/Makefile.in.orig 2013-09-10 03:43:36.000000000 +0000
++++ js/src/shell/Makefile.in
+@@ -27,6 +27,9 @@ LIBS = $(NSPR_LIBS) $(EDITLINE_LIBS
+ ifdef MOZ_NATIVE_FFI
+ EXTRA_LIBS += $(MOZ_FFI_LIBS)
+ endif
++ifdef MOZ_NATIVE_ICU
++EXTRA_LIBS += $(MOZ_ICU_LIBS)
++endif
+
+ LOCAL_INCLUDES += -I$(topsrcdir) -I..
+