$NetBSD: patch-js_src_gdb_Makefile.in,v 1.1 2013/11/03 04:51:59 ryoon Exp $ --- js/src/gdb/Makefile.in.orig 2013-09-10 03:43:34.000000000 +0000 +++ js/src/gdb/Makefile.in @@ -19,6 +19,10 @@ LIBS = $(DEPTH)/$(LIB_PREFIX)js_static.$ LOCAL_INCLUDES += -I$(topsrcdir) -I.. +ifdef MOZ_NATIVE_ICU +EXTRA_LIBS += $(MOZ_ICU_LIBS) +endif + EXTRA_LIBS += $(MOZ_FFI_LIBS) # Place a GDB Python auto-load file next to the gdb-tests executable, both