16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
$NetBSD: patch-js_src_jsapi-tests_Makefile.in,v 1.1 2013/11/03 04:51:59 ryoon Exp $
|
|
|
|
--- js/src/jsapi-tests/Makefile.in.orig 2013-09-10 03:43:36.000000000 +0000
|
|
+++ js/src/jsapi-tests/Makefile.in
|
|
@@ -20,6 +20,10 @@ LIBS = $(DEPTH)/$(LIB_PREFIX)js_sta
|
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir) -I..
|
|
|
|
+ifdef MOZ_NATIVE_ICU
|
|
+EXTRA_LIBS += $(MOZ_ICU_LIBS)
|
|
+endif
|
|
+
|
|
EXTRA_LIBS += $(MOZ_FFI_LIBS)
|
|
|
|
ifdef QEMU_EXE
|