mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
454 B
Plaintext
20 lines
454 B
Plaintext
$NetBSD: patch-mozilla_js_src_config_system-headers,v 1.3 2013/11/12 20:50:51 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
|