20 lines
454 B
Plaintext
20 lines
454 B
Plaintext
$NetBSD: patch-mozilla_js_src_config_system-headers,v 1.1 2014/07/27 05:36:07 ryoon Exp $
|
|
|
|
--- mozilla/js/src/config/system-headers.orig 2013-10-23 22:09:00.000000000 +0000
|
|
+++ mozilla/js/src/config/system-headers
|
|
@@ -1132,3 +1132,14 @@ kvm.h
|
|
spawn.h
|
|
err.h
|
|
xlocale.h
|
|
+#if MOZ_NATIVE_ICU==1
|
|
+unicode/locid.h
|
|
+unicode/numsys.h
|
|
+unicode/ucal.h
|
|
+unicode/ucol.h
|
|
+unicode/udat.h
|
|
+unicode/udatpg.h
|
|
+unicode/uenum.h
|
|
+unicode/unum.h
|
|
+unicode/ustring.h
|
|
+#endif
|