mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
$NetBSD: patch-mozilla_js_src_shell_Makefile.in,v 1.1 2013/11/12 20:50:51 ryoon Exp $
|
|
|
|
--- mozilla/js/src/shell/Makefile.in.orig 2013-10-23 22:09:02.000000000 +0000
|
|
+++ mozilla/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..
|
|
|