pkgsrc/mail/thunderbird24/patches/patch-mozilla_js_src_gdb_Makefile.in
ryoon 193e022a9f Import thunderbird24-24.7.0 as mail/thunderbird24.
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit.

This package tracks Thunderbird 24 branch.
2014-07-27 05:36:07 +00:00

15 lines
470 B
Text

$NetBSD: patch-mozilla_js_src_gdb_Makefile.in,v 1.1 2014/07/27 05:36:07 ryoon Exp $
--- mozilla/js/src/gdb/Makefile.in.orig 2013-10-23 22:09:01.000000000 +0000
+++ mozilla/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