$NetBSD: patch-gdb_Makefile.in,v 1.1 2014/02/06 15:12:18 fhajny Exp $ --- js/src/gdb/Makefile.in.orig 2013-10-29 20:40:26.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