mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
525 B
Plaintext
13 lines
525 B
Plaintext
$NetBSD: patch-mozilla_js_src_config_Makefile.in,v 1.1 2013/11/12 20:50:51 ryoon Exp $
|
|
|
|
--- mozilla/js/src/config/Makefile.in.orig 2013-10-23 22:09:00.000000000 +0000
|
|
+++ mozilla/js/src/config/Makefile.in
|
|
@@ -59,6 +59,7 @@ export:: \
|
|
$(call mkdir_deps,system_wrappers_js) \
|
|
$(NULL)
|
|
$(PYTHON) $(srcdir)/Preprocessor.py $(DEFINES) $(ACDEFINES) \
|
|
+ -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \
|
|
$(srcdir)/system-headers | $(PERL) $(srcdir)/make-system-wrappers.pl system_wrappers_js
|
|
$(INSTALL) system_wrappers_js $(DIST)
|
|
|