summarylogtreecommitdiffstats
path: root/spidermonkey-Makefile.patch
diff options
context:
space:
mode:
authorJohn D Jones III2015-06-16 16:22:23 -0600
committerJohn D Jones III2015-06-16 16:22:23 -0600
commitc1a21b419de9c0c2a1c3313aca262d5ba380b6b4 (patch)
tree2cea581dd09d991ea5bda4883e5ac0c857d68608 /spidermonkey-Makefile.patch
downloadaur-spidermonkey-1.7.tar.gz
Initial import
Diffstat (limited to 'spidermonkey-Makefile.patch')
-rw-r--r--spidermonkey-Makefile.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/spidermonkey-Makefile.patch b/spidermonkey-Makefile.patch
new file mode 100644
index 000000000000..abf1f31640e5
--- /dev/null
+++ b/spidermonkey-Makefile.patch
@@ -0,0 +1,22 @@
+*** Makefile.ref.orig 2009-02-16 09:56:29.000000000 -0600
+--- Makefile.ref 2009-02-16 09:58:59.000000000 -0600
+***************
+*** 169,184 ****
+--- 169,185 ----
+ jstypes.h \
+ jsprvtd.h \
+ jspubtd.h \
+ jsregexp.h \
+ jsscan.h \
+ jsscope.h \
+ jsscript.h \
+ jsstr.h \
++ jsutil.h \
+ jsxdrapi.h \
+ jsxml.h \
+ $(NULL)
+
+ API_HFILES = \
+ jsapi.h \
+ jsdbgapi.h \
+ $(NULL)